#BB71FB

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

Shades of Heliotrope #BB71FB

Tints of Heliotrope #BB71FB

Color information

#BB71FB (or 0xBB71FB) is unknown color: approx Heliotrope. HEX triplet: BB, 71 and FB. RGB value is (187,113,251). Sum of RGB (Red+Green+Blue) = 187+113+251=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB71FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71FB is #448E04. Grayscale: #969696. Windows color (decimal): -4492805 or 16478651. OLE color: 16478651.

HSL color Cylindrical-coordinate representation of color #BB71FB: hue angle of 272.17º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB71FB is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187113251-
CMYK0.250.5500.02
HSL272.17º94.52%71.37%-
HSV(B)272.17º54.98%98.43%-
XYZ43.8129.3494.62-
YUV150.86184.52153.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=33.94%
G=20.51%
B=45.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871132510.250.5500.02272.1794.5271.37
HexBB71FB1937021105f47
Octal273161373316702420137107
Binary101110111110001111110111100111011101010001000010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB71FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB71FB; }

 p { color: rgb(187,113,251); }

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

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

 a { background-color: rgb(187,113,251); }

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

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

 span { border-color: rgb(187,113,251); }

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