#BB5AFF

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

Shades of Heliotrope #BB5AFF

Tints of Heliotrope #BB5AFF

Color information

#BB5AFF (or 0xBB5AFF) is unknown color: approx Heliotrope. HEX triplet: BB, 5A and FF. RGB value is (187,90,255). Sum of RGB (Red+Green+Blue) = 187+90+255=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5AFF is #44A500. Grayscale: #898989. Windows color (decimal): -4498689 or 16734907. OLE color: 16734907.

HSL color Cylindrical-coordinate representation of color #BB5AFF: hue angle of 275.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB5AFF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18790255-
CMYK0.270.6500
HSL275.27º100%67.65%-
HSV(B)275.27º64.71%100%-
XYZ42.225.197.23-
YUV137.81194.14163.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 90 (35.55% from 255) = 16.92%
BLUE value IS 255 (100% from 255) = 47.93%
R=35.15%
G=16.92%
B=47.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal187902550.270.6500275.2710067.65
HexBB5AFF1B41001136444
Octal2731323773310100423144104
Binary101110111011010111111111101110000010010001001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5AFF; }

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

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

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

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

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

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

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

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