#B55AE1

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

Shades of Medium Orchid #B55AE1

Tints of Medium Orchid #B55AE1

Color information

#B55AE1 (or 0xB55AE1) is unknown color: approx Medium Orchid. HEX triplet: B5, 5A and E1. RGB value is (181,90,225). Sum of RGB (Red+Green+Blue) = 181+90+225=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #B55AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55AE1 is #4AA51E. Grayscale: #848484. Windows color (decimal): -4891935 or 14768821. OLE color: 14768821.

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

Color convert

RGB18190225-
CMYK0.200.6000.12
HSL280.44º69.23%61.76%-
HSV(B)280.44º60%88.24%-
XYZ36.322.5773.68-
YUV132.6180.15162.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 90 (35.55% from 255) = 18.15%
BLUE value IS 225 (88.28% from 255) = 45.36%
R=36.49%
G=18.15%
B=45.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181902250.200.6000.12280.4469.2361.76
HexB55AE1143C0C118453e
Octal265132341247401443010576
Binary1011010110110101110000110100111100011001000110001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55AE1; }

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

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

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

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

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

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

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

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