#BB5AE1

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

Shades of Medium Orchid #BB5AE1

Tints of Medium Orchid #BB5AE1

Color information

#BB5AE1 (or 0xBB5AE1) is unknown color: approx Medium Orchid. HEX triplet: BB, 5A and E1. RGB value is (187,90,225). Sum of RGB (Red+Green+Blue) = 187+90+225=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB5AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AE1 is #44A51E. Grayscale: #858585. Windows color (decimal): -4498719 or 14768827. OLE color: 14768827.

HSL color Cylindrical-coordinate representation of color #BB5AE1: hue angle of 283.11º 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 #BB5AE1 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18790225-
CMYK0.170.6000.12
HSL283.11º69.23%61.76%-
HSV(B)283.11º60%88.24%-
XYZ37.7423.3173.74-
YUV134.39179.14165.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 90 (35.55% from 255) = 17.93%
BLUE value IS 225 (88.28% from 255) = 44.82%
R=37.25%
G=17.93%
B=44.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal187902250.170.6000.12283.1169.2361.76
HexBB5AE1113C0C11b453e
Octal273132341217401443310576
Binary1011101110110101110000110001111100011001000110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5AE1; }

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

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

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

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

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

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

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

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