#B566E3

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

Shades of Medium Orchid #B566E3

Tints of Medium Orchid #B566E3

Color information

#B566E3 (or 0xB566E3) is unknown color: approx Medium Orchid. HEX triplet: B5, 66 and E3. RGB value is (181,102,227). Sum of RGB (Red+Green+Blue) = 181+102+227=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #B566E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566E3 is #4A991C. Grayscale: #8B8B8B. Windows color (decimal): -4888861 or 14902965. OLE color: 14902965.

HSL color Cylindrical-coordinate representation of color #B566E3: hue angle of 277.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B566E3 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181102227-
CMYK0.200.5500.11
HSL277.92º69.06%64.51%-
HSV(B)277.92º55.07%89.02%-
XYZ37.6724.8775.49-
YUV139.87177.17157.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 227 (89.06% from 255) = 44.51%
R=35.49%
G=20%
B=44.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811022270.200.5500.11277.9269.0664.51
HexB566E314370B1164541
Octal2651463432467013426105101
Binary10110101110011011100011101001101110101110001011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566E3; }

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

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

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

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

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

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

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

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