#B871FB

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

Shades of Heliotrope #B871FB

Tints of Heliotrope #B871FB

Color information

#B871FB (or 0xB871FB) is unknown color: approx Heliotrope. HEX triplet: B8, 71 and FB. RGB value is (184,113,251). Sum of RGB (Red+Green+Blue) = 184+113+251=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #B871FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871FB is #478E04. Grayscale: #959595. Windows color (decimal): -4689413 or 16478648. OLE color: 16478648.

HSL color Cylindrical-coordinate representation of color #B871FB: hue angle of 270.87º 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 #B871FB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184113251-
CMYK0.270.5500.02
HSL270.87º94.52%71.37%-
HSV(B)270.87º54.98%98.43%-
XYZ43.0828.9794.59-
YUV149.96185.02152.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 113 (44.53% from 255) = 20.62%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=33.58%
G=20.62%
B=45.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841132510.270.5500.02270.8794.5271.37
HexB871FB1B370210f5f47
Octal270161373336702417137107
Binary101110001110001111110111101111011101010000111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871FB; }

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

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

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

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

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

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

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

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