#B564CB

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

Shades of Medium Orchid #B564CB

Tints of Medium Orchid #B564CB

Color information

#B564CB (or 0xB564CB) is unknown color: approx Medium Orchid. HEX triplet: B5, 64 and CB. RGB value is (181,100,203). Sum of RGB (Red+Green+Blue) = 181+100+203=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #B564CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CB is #4A9B34. Grayscale: #878787. Windows color (decimal): -4889397 or 13329589. OLE color: 13329589.

HSL color Cylindrical-coordinate representation of color #B564CB: hue angle of 287.18º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B564CB is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181100203-
CMYK0.110.5100.20
HSL287.18º49.76%59.41%-
HSV(B)287.18º50.74%79.61%-
XYZ34.3923.2559.17-
YUV135.96165.84160.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=37.40%
G=20.66%
B=41.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811002030.110.5100.20287.1849.7659.41
HexB564CBB3301411f323b
Octal26514431313630244376273
Binary101101011100100110010111011110011010100100011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564CB; }

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

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

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

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

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

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

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

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