#B56ACA

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

Shades of Medium Orchid #B56ACA

Tints of Medium Orchid #B56ACA

Color information

#B56ACA (or 0xB56ACA) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and CA. RGB value is (181,106,202). Sum of RGB (Red+Green+Blue) = 181+106+202=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #B56ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ACA is #4A9535. Grayscale: #8B8B8B. Windows color (decimal): -4887862 or 13265589. OLE color: 13265589.

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

Color convert

RGB181106202-
CMYK0.100.4800.21
HSL286.88º47.52%60.39%-
HSV(B)286.88º47.52%79.22%-
XYZ34.8724.458.75-
YUV139.37163.35157.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=37.01%
G=21.68%
B=41.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811062020.100.4800.21286.8847.5260.39
HexB56ACAA3001511f303c
Octal26515231212600254376074
Binary101101011101010110010101010110000010101100011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ACA; }

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

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

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

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

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

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

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

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