#B463E0

Color #B463E0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B463E0

Tints of Medium Orchid #B463E0

Color information

#B463E0 (or 0xB463E0) is unknown color: approx Medium Orchid. HEX triplet: B4, 63 and E0. RGB value is (180,99,224). Sum of RGB (Red+Green+Blue) = 180+99+224=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #B463E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463E0 is #4B9C1F. Grayscale: #898989. Windows color (decimal): -4955168 or 14705588. OLE color: 14705588.

HSL color Cylindrical-coordinate representation of color #B463E0: hue angle of 278.88º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B463E0 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18099224-
CMYK0.200.5600.12
HSL278.88º66.84%63.33%-
HSV(B)278.88º55.8%87.84%-
XYZ36.7424.0173.22-
YUV137.47176.84158.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=35.79%
G=19.68%
B=44.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180992240.200.5600.12278.8866.8463.33
HexB463E014380C117433f
Octal264143340247001442710377
Binary1011010011000111110000010100111000011001000101111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B463E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B463E0; }

 p { color: rgb(180,99,224); }

 H1.HeaderClassName
 {
   color: #B463E0;
 }
 .AnyTagClassName
 {
   color: #B463E0;
 }
</style>
background-color css

<style>
 a { background-color: #B463E0; }

 a { background-color: rgb(180,99,224); }

 div.DivClassName
 {
   background-color: #B463E0;
 }
 .BgClassName
 {
   background-color: #B463E0;
 }
</style>
border-color css

<style>
 span { border-color: #B463E0; }

 span { border-color: rgb(180,99,224); }

 td.TdClassName
 {
   border-color: #B463E0;
 }
 .TagClassName
 {
   border-color: #B463E0;
 }
</style>