#BB5AE0

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

Shades of Medium Orchid #BB5AE0

Tints of Medium Orchid #BB5AE0

Color information

#BB5AE0 (or 0xBB5AE0) is unknown color: approx Medium Orchid. HEX triplet: BB, 5A and E0. RGB value is (187,90,224). Sum of RGB (Red+Green+Blue) = 187+90+224=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB5AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5AE0 is #44A51F. Grayscale: #858585. Windows color (decimal): -4498720 or 14703291. OLE color: 14703291.

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

Color convert

RGB18790224-
CMYK0.170.6000.12
HSL283.43º68.37%61.57%-
HSV(B)283.43º59.82%87.84%-
XYZ37.623.2673.03-
YUV134.28178.64165.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=37.33%
G=17.96%
B=44.71%

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
Decimal187902240.170.6000.12283.4368.3761.57
HexBB5AE0113C0C11b443e
Octal273132340217401443310476
Binary1011101110110101110000010001111100011001000110111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5AE0; }

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

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

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

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

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

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

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

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