#BB72FF

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

Shades of Heliotrope #BB72FF

Tints of Heliotrope #BB72FF

Color information

#BB72FF (or 0xBB72FF) is unknown color: approx Heliotrope. HEX triplet: BB, 72 and FF. RGB value is (187,114,255). Sum of RGB (Red+Green+Blue) = 187+114+255=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72FF is #448D00. Grayscale: #979797. Windows color (decimal): -4492545 or 16741051. OLE color: 16741051.

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

Color convert

RGB187114255-
CMYK0.270.5500
HSL271.06º100%72.35%-
HSV(B)271.06º55.29%100%-
XYZ44.5629.8298.01-
YUV151.9186.18153.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.63%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 255 (100% from 255) = 45.86%
R=33.63%
G=20.50%
B=45.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871142550.270.5500271.0610072.35
HexBB72FF1B370010f6448
Octal273162377336700417144110
Binary10111011111001011111111110111101110010000111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72FF; }

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

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

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

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

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

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

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

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