#B971FB

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

Shades of Heliotrope #B971FB

Tints of Heliotrope #B971FB

Color information

#B971FB (or 0xB971FB) is unknown color: approx Heliotrope. HEX triplet: B9, 71 and FB. RGB value is (185,113,251). Sum of RGB (Red+Green+Blue) = 185+113+251=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #B971FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FB is #468E04. Grayscale: #959595. Windows color (decimal): -4623877 or 16478649. OLE color: 16478649.

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

Color convert

RGB185113251-
CMYK0.260.5500.02
HSL271.3º94.52%71.37%-
HSV(B)271.3º54.98%98.43%-
XYZ43.3329.0994.6-
YUV150.26184.85152.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 113 (44.53% from 255) = 20.58%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=33.70%
G=20.58%
B=45.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851132510.260.5500.02271.394.5271.37
HexB971FB1A370210f5f47
Octal271161373326702417137107
Binary101110011110001111110111101011011101010000111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971FB; }

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

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

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

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

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

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

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

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