#B56ACB

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

Shades of Medium Orchid #B56ACB

Tints of Medium Orchid #B56ACB

Color information

#B56ACB (or 0xB56ACB) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and CB. RGB value is (181,106,203). Sum of RGB (Red+Green+Blue) = 181+106+203=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #B56ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ACB is #4A9534. Grayscale: #8B8B8B. Windows color (decimal): -4887861 or 13331125. OLE color: 13331125.

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

Color convert

RGB181106203-
CMYK0.110.4800.20
HSL286.39º48.26%60.59%-
HSV(B)286.39º47.78%79.61%-
XYZ34.9924.4459.37-
YUV139.48163.85157.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.94%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=36.94%
G=21.63%
B=41.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811062030.110.4800.20286.3948.2660.59
HexB56ACBB3001411e303d
Octal26515231313600244366075
Binary101101011101010110010111011110000010100100011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ACB; }

 p { color: rgb(181,106,203); }

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

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

 a { background-color: rgb(181,106,203); }

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

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

 span { border-color: rgb(181,106,203); }

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