#BB5AE7

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

Shades of Medium Orchid #BB5AE7

Tints of Medium Orchid #BB5AE7

Color information

#BB5AE7 (or 0xBB5AE7) is unknown color: approx Medium Orchid. HEX triplet: BB, 5A and E7. RGB value is (187,90,231). Sum of RGB (Red+Green+Blue) = 187+90+231=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB5AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AE7 is #44A518. Grayscale: #868686. Windows color (decimal): -4498713 or 15162043. OLE color: 15162043.

HSL color Cylindrical-coordinate representation of color #BB5AE7: hue angle of 281.28º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB5AE7 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18790231-
CMYK0.190.6100.09
HSL281.28º74.6%62.94%-
HSV(B)281.28º61.04%90.59%-
XYZ38.5723.6578.13-
YUV135.08182.14165.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 90 (35.55% from 255) = 17.72%
BLUE value IS 231 (90.62% from 255) = 45.47%
R=36.81%
G=17.72%
B=45.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal187902310.190.6100.09281.2874.662.94
HexBB5AE7133D091194b3f
Octal273132347237501143111377
Binary1011101110110101110011110011111101010011000110011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5AE7; }

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

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

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

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

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

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

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

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