#B564CA

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

Shades of Medium Orchid #B564CA

Tints of Medium Orchid #B564CA

Color information

#B564CA (or 0xB564CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 64 and CA. RGB value is (181,100,202). Sum of RGB (Red+Green+Blue) = 181+100+202=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #B564CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CA is #4A9B35. Grayscale: #878787. Windows color (decimal): -4889398 or 13264053. OLE color: 13264053.

HSL color Cylindrical-coordinate representation of color #B564CA: hue angle of 287.65º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B564CA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181100202-
CMYK0.100.5000.21
HSL287.65º49.04%59.22%-
HSV(B)287.65º50.5%79.22%-
XYZ34.2723.258.55-
YUV135.85165.34160.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 100 (39.45% from 255) = 20.70%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=37.47%
G=20.70%
B=41.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811002020.100.5000.21287.6549.0459.22
HexB564CAA32015120313b
Octal26514431212620254406173
Binary101101011100100110010101010110010010101100100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564CA; }

 p { color: rgb(181,100,202); }

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

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

 a { background-color: rgb(181,100,202); }

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

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

 span { border-color: rgb(181,100,202); }

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