#B56FC6

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

Shades of Medium Orchid #B56FC6

Tints of Medium Orchid #B56FC6

Color information

#B56FC6 (or 0xB56FC6) is unknown color: approx Medium Orchid. HEX triplet: B5, 6F and C6. RGB value is (181,111,198). Sum of RGB (Red+Green+Blue) = 181+111+198=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #B56FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FC6 is #4A9039. Grayscale: #8D8D8D. Windows color (decimal): -4886586 or 13004725. OLE color: 13004725.

HSL color Cylindrical-coordinate representation of color #B56FC6: hue angle of 288.28º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56FC6 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181111198-
CMYK0.090.4400.22
HSL288.28º43.28%60.59%-
HSV(B)288.28º43.94%77.65%-
XYZ34.9325.2756.46-
YUV141.85159.69155.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 111 (43.75% from 255) = 22.65%
BLUE value IS 198 (77.73% from 255) = 40.41%
R=36.94%
G=22.65%
B=40.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811111980.090.4400.22288.2843.2860.59
HexB56FC692C0161202b3d
Octal26515730611540264405375
Binary101101011101111110001101001101100010110100100000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FC6; }

 p { color: rgb(181,111,198); }

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

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

 a { background-color: rgb(181,111,198); }

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

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

 span { border-color: rgb(181,111,198); }

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