#B566CA

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

Shades of Medium Orchid #B566CA

Tints of Medium Orchid #B566CA

Color information

#B566CA (or 0xB566CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 66 and CA. RGB value is (181,102,202). Sum of RGB (Red+Green+Blue) = 181+102+202=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B566CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566CA is #4A9935. Grayscale: #888888. Windows color (decimal): -4888886 or 13264565. OLE color: 13264565.

HSL color Cylindrical-coordinate representation of color #B566CA: hue angle of 287.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B566CA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181102202-
CMYK0.100.5000.21
HSL287.4º48.54%59.61%-
HSV(B)287.4º49.5%79.22%-
XYZ34.4723.5958.61-
YUV137.02164.67159.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=37.32%
G=21.03%
B=41.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811022020.100.5000.21287.448.5459.61
HexB566CAA3201511f313c
Octal26514631212620254376174
Binary101101011100110110010101010110010010101100011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566CA; }

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

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

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

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

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

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

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

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