#b56ae3

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

Shades of Medium Orchid #B56AE3

Tints of Medium Orchid #B56AE3

Color information

#B56AE3 (or 0xB56AE3) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and E3. RGB value is (181,106,227). Sum of RGB (Red+Green+Blue) = 181+106+227=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 227 (89.06% from 255 or 44.16% from 514); Max value from RGB is 227 - color contains mainly: blue. Hex color #B56AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56AE3 is #4A951C. Grayscale: #8D8D8D. Windows color (decimal): -4887837 or 14903989. OLE color: 14903989.

HSL color Cylindrical-coordinate representation of color #B56AE3: hue angle of 277.19º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B56AE3 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181106227-
CMYK0.200.5300.11
HSL277.19º68.36%65.29%-
HSV(B)277.19º53.3%89.02%-
XYZ38.0825.6875.62-
YUV142.22175.85155.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 106 (41.80% from 255) = 20.62%
BLUE value IS 227 (89.06% from 255) = 44.16%
R=35.21%
G=20.62%
B=44.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811062270.200.5300.11277.1968.3665.29
HexB56AE314350B1154441
Octal2651523432465013425104101
Binary10110101110101011100011101001101010101110001010110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b56ae3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b56ae3; }

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

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

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

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

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

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

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

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