#B56CCE

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

Shades of Medium Orchid #B56CCE

Tints of Medium Orchid #B56CCE

Color information

#B56CCE (or 0xB56CCE) is unknown color: approx Medium Orchid. HEX triplet: B5, 6C and CE. RGB value is (181,108,206). Sum of RGB (Red+Green+Blue) = 181+108+206=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B56CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CCE is #4A9331. Grayscale: #8C8C8C. Windows color (decimal): -4887346 or 13528245. OLE color: 13528245.

HSL color Cylindrical-coordinate representation of color #B56CCE: hue angle of 284.69º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56CCE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181108206-
CMYK0.120.4800.19
HSL284.69º50%61.57%-
HSV(B)284.69º47.57%80.78%-
XYZ35.5625.0161.34-
YUV141164.68156.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=36.57%
G=21.82%
B=41.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811082060.120.4800.19284.695061.57
HexB56CCEC3001311d323e
Octal26515431614600234356276
Binary101101011101100110011101100110000010011100011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CCE; }

 p { color: rgb(181,108,206); }

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

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

 a { background-color: rgb(181,108,206); }

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

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

 span { border-color: rgb(181,108,206); }

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