#B566CD

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

Shades of Medium Orchid #B566CD

Tints of Medium Orchid #B566CD

Color information

#B566CD (or 0xB566CD) is unknown color: approx Medium Orchid. HEX triplet: B5, 66 and CD. RGB value is (181,102,205). Sum of RGB (Red+Green+Blue) = 181+102+205=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B566CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566CD is #4A9932. Grayscale: #898989. Windows color (decimal): -4888883 or 13461173. OLE color: 13461173.

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

Color convert

RGB181102205-
CMYK0.120.5000.20
HSL286.02º50.74%60.2%-
HSV(B)286.02º50.24%80.39%-
XYZ34.8323.7360.5-
YUV137.36166.17159.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=37.09%
G=20.90%
B=42.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811022050.120.5000.20286.0250.7460.2
HexB566CDC3201411e333c
Octal26514631514620244366374
Binary101101011100110110011011100110010010100100011110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566CD; }

 p { color: rgb(181,102,205); }

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

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

 a { background-color: rgb(181,102,205); }

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

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

 span { border-color: rgb(181,102,205); }

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