#B566CC

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

Shades of Medium Orchid #B566CC

Tints of Medium Orchid #B566CC

Color information

#B566CC (or 0xB566CC) is unknown color: approx Medium Orchid. HEX triplet: B5, 66 and CC. RGB value is (181,102,204). Sum of RGB (Red+Green+Blue) = 181+102+204=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #B566CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566CC is #4A9933. Grayscale: #888888. Windows color (decimal): -4888884 or 13395637. OLE color: 13395637.

HSL color Cylindrical-coordinate representation of color #B566CC: hue angle of 286.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B566CC is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181102204-
CMYK0.110.500.2
HSL286.47º50%60%-
HSV(B)286.47º50%80%-
XYZ34.7123.6959.87-
YUV137.25165.67159.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.17%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=37.17%
G=20.94%
B=41.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811022040.110.500.2286.475060
HexB566CCB3201411e323c
Octal26514631413620244366274
Binary101101011100110110011001011110010010100100011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B566CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B566CC; }

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

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

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

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

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

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

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

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