#B564CC

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

Shades of Medium Orchid #B564CC

Tints of Medium Orchid #B564CC

Color information

#B564CC (or 0xB564CC) is unknown color: approx Medium Orchid. HEX triplet: B5, 64 and CC. RGB value is (181,100,204). Sum of RGB (Red+Green+Blue) = 181+100+204=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #B564CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CC is #4A9B33. Grayscale: #878787. Windows color (decimal): -4889396 or 13395125. OLE color: 13395125.

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

Color convert

RGB181100204-
CMYK0.110.5100.2
HSL286.73º50.49%59.61%-
HSV(B)286.73º50.98%80%-
XYZ34.5123.359.8-
YUV136.07166.34160.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=37.32%
G=20.62%
B=42.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811002040.110.5100.2286.7350.4959.61
HexB564CCB3301411f323c
Octal26514431413630244376274
Binary101101011100100110011001011110011010100100011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564CC; }

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

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

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

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

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

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

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

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