#B55AE2

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

Shades of Medium Orchid #B55AE2

Tints of Medium Orchid #B55AE2

Color information

#B55AE2 (or 0xB55AE2) is unknown color: approx Medium Orchid. HEX triplet: B5, 5A and E2. RGB value is (181,90,226). Sum of RGB (Red+Green+Blue) = 181+90+226=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #B55AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AE2 is #4AA51D. Grayscale: #848484. Windows color (decimal): -4891934 or 14834357. OLE color: 14834357.

HSL color Cylindrical-coordinate representation of color #B55AE2: hue angle of 280.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55AE2 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18190226-
CMYK0.200.6000.11
HSL280.15º70.1%61.96%-
HSV(B)280.15º60.18%88.63%-
XYZ36.4422.6374.4-
YUV132.71180.65162.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.42%
GREEN value IS 90 (35.55% from 255) = 18.11%
BLUE value IS 226 (88.67% from 255) = 45.47%
R=36.42%
G=18.11%
B=45.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181902260.200.6000.11280.1570.161.96
HexB55AE2143C0B118463e
Octal265132342247401343010676
Binary1011010110110101110001010100111100010111000110001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55AE2; }

 p { color: rgb(181,90,226); }

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

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

 a { background-color: rgb(181,90,226); }

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

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

 span { border-color: rgb(181,90,226); }

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