#B566DE

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

Shades of Medium Orchid #B566DE

Tints of Medium Orchid #B566DE

Color information

#B566DE (or 0xB566DE) is unknown color: approx Medium Orchid. HEX triplet: B5, 66 and DE. RGB value is (181,102,222). Sum of RGB (Red+Green+Blue) = 181+102+222=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #B566DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566DE is #4A9921. Grayscale: #8A8A8A. Windows color (decimal): -4888866 or 14575285. OLE color: 14575285.

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

Color convert

RGB181102222-
CMYK0.180.5400.13
HSL279.5º64.52%63.53%-
HSV(B)279.5º54.05%87.06%-
XYZ36.9924.671.91-
YUV139.3174.67157.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 102 (40.23% from 255) = 20.20%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=35.84%
G=20.20%
B=43.96%

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
Decimal1811022220.180.5400.13279.564.5263.53
HexB566DE12360D1184140
Octal2651463362266015430101100
Binary10110101110011011011110100101101100110110001100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566DE; }

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

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

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

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

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

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

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

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