#bb70ff

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

Shades of Heliotrope #BB70FF

Tints of Heliotrope #BB70FF

Color information

#BB70FF (or 0xBB70FF) is unknown color: approx Heliotrope. HEX triplet: BB, 70 and FF. RGB value is (187,112,255). Sum of RGB (Red+Green+Blue) = 187+112+255=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70FF is #448F00. Grayscale: #969696. Windows color (decimal): -4493057 or 16740539. OLE color: 16740539.

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

Color convert

RGB187112255-
CMYK0.270.5600
HSL271.47º100%71.96%-
HSV(B)271.47º56.08%100%-
XYZ44.3429.3797.94-
YUV150.73186.85153.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 112 (44.14% from 255) = 20.22%
BLUE value IS 255 (100% from 255) = 46.03%
R=33.75%
G=20.22%
B=46.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871122550.270.5600271.4710071.96
HexBB70FF1B380010f6448
Octal273160377337000417144110
Binary10111011111000011111111110111110000010000111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb70ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb70ff; }

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

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

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

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

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

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

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

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