#b56aeb

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

Shades of Medium Orchid #B56AEB

Tints of Medium Orchid #B56AEB

Color information

#B56AEB (or 0xB56AEB) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and EB. RGB value is (181,106,235). Sum of RGB (Red+Green+Blue) = 181+106+235=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #B56AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AEB is #4A9514. Grayscale: #8E8E8E. Windows color (decimal): -4887829 or 15428277. OLE color: 15428277.

HSL color Cylindrical-coordinate representation of color #B56AEB: hue angle of 274.88º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56AEB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181106235-
CMYK0.230.5500.08
HSL274.88º76.33%66.86%-
HSV(B)274.88º54.89%92.16%-
XYZ39.2126.1381.57-
YUV143.13179.85155.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=34.67%
G=20.31%
B=45.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811062350.230.5500.08274.8876.3366.86
HexB56AEB1737081134c43
Octal2651523532767010423114103
Binary10110101110101011101011101111101110100010001001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b56aeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b56aeb; }

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

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

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

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

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

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

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

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