#B566DD

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

Shades of Medium Orchid #B566DD

Tints of Medium Orchid #B566DD

Color information

#B566DD (or 0xB566DD) is unknown color: approx Medium Orchid. HEX triplet: B5, 66 and DD. RGB value is (181,102,221). Sum of RGB (Red+Green+Blue) = 181+102+221=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #B566DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566DD is #4A9922. Grayscale: #8A8A8A. Windows color (decimal): -4888867 or 14509749. OLE color: 14509749.

HSL color Cylindrical-coordinate representation of color #B566DD: hue angle of 279.83º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B566DD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181102221-
CMYK0.180.5400.13
HSL279.83º63.64%63.33%-
HSV(B)279.83º53.85%86.67%-
XYZ36.8624.5571.2-
YUV139.19174.17157.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=35.91%
G=20.24%
B=43.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811022210.180.5400.13279.8363.6463.33
HexB566DD12360D118403f
Octal265146335226601543010077
Binary1011010111001101101110110010110110011011000110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566DD; }

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

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

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

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

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

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

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

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