#B566EB

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

Shades of Medium Orchid #B566EB

Tints of Medium Orchid #B566EB

Color information

#B566EB (or 0xB566EB) is unknown color: approx Medium Orchid. HEX triplet: B5, 66 and EB. RGB value is (181,102,235). Sum of RGB (Red+Green+Blue) = 181+102+235=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #B566EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566EB is #4A9914. Grayscale: #8C8C8C. Windows color (decimal): -4888853 or 15427253. OLE color: 15427253.

HSL color Cylindrical-coordinate representation of color #B566EB: hue angle of 275.64º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B566EB is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181102235-
CMYK0.230.5700.08
HSL275.64º76.88%66.08%-
HSV(B)275.64º56.6%92.16%-
XYZ38.825.3281.44-
YUV140.78181.17156.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.94%
GREEN value IS 102 (40.23% from 255) = 19.69%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=34.94%
G=19.69%
B=45.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811022350.230.5700.08275.6476.8866.08
HexB566EB1739081144d42
Octal2651463532771010424115102
Binary10110101110011011101011101111110010100010001010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566EB; }

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

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

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

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

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

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

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

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