#BB70F5

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

Shades of Heliotrope #BB70F5

Tints of Heliotrope #BB70F5

Color information

#BB70F5 (or 0xBB70F5) is unknown color: approx Heliotrope. HEX triplet: BB, 70 and F5. RGB value is (187,112,245). Sum of RGB (Red+Green+Blue) = 187+112+245=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB70F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70F5 is #448F0A. Grayscale: #959595. Windows color (decimal): -4493067 or 16085179. OLE color: 16085179.

HSL color Cylindrical-coordinate representation of color #BB70F5: hue angle of 273.83º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB70F5 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187112245-
CMYK0.240.5400.04
HSL273.83º86.93%70%-
HSV(B)273.83º54.29%96.08%-
XYZ42.7728.7589.68-
YUV149.59181.85154.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 245 (96.09% from 255) = 45.04%
R=34.38%
G=20.59%
B=45.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871122450.240.5400.04273.8386.9370
HexBB70F51836041125746
Octal273160365306604422127106
Binary1011101111100001111010111000110110010010001001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB70F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB70F5; }

 p { color: rgb(187,112,245); }

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

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

 a { background-color: rgb(187,112,245); }

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

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

 span { border-color: rgb(187,112,245); }

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