#B566E7

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

Shades of Medium Orchid #B566E7

Tints of Medium Orchid #B566E7

Color information

#B566E7 (or 0xB566E7) is unknown color: approx Medium Orchid. HEX triplet: B5, 66 and E7. RGB value is (181,102,231). Sum of RGB (Red+Green+Blue) = 181+102+231=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #B566E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566E7 is #4A9918. Grayscale: #8B8B8B. Windows color (decimal): -4888857 or 15165109. OLE color: 15165109.

HSL color Cylindrical-coordinate representation of color #B566E7: hue angle of 276.74º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B566E7 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181102231-
CMYK0.220.5600.09
HSL276.74º72.88%65.29%-
HSV(B)276.74º55.84%90.59%-
XYZ38.2325.178.43-
YUV140.33179.17157.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 102 (40.23% from 255) = 19.84%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=35.21%
G=19.84%
B=44.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811022310.220.5600.09276.7472.8865.29
HexB566E71638091154941
Octal2651463472670011425111101
Binary10110101110011011100111101101110000100110001010110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566E7; }

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

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

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

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

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

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

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

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