#B971F9

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

Shades of Heliotrope #B971F9

Tints of Heliotrope #B971F9

Color information

#B971F9 (or 0xB971F9) is unknown color: approx Heliotrope. HEX triplet: B9, 71 and F9. RGB value is (185,113,249). Sum of RGB (Red+Green+Blue) = 185+113+249=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #B971F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971F9 is #468E06. Grayscale: #959595. Windows color (decimal): -4623879 or 16347577. OLE color: 16347577.

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

Color convert

RGB185113249-
CMYK0.260.5500.02
HSL271.76º91.89%70.98%-
HSV(B)271.76º54.62%97.65%-
XYZ43.0128.9692.95-
YUV150.03183.85152.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 249 (97.66% from 255) = 45.52%
R=33.82%
G=20.66%
B=45.52%

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
Decimal1851132490.260.5500.02271.7691.8970.98
HexB971F91A37021105c47
Octal271161371326702420134107
Binary101110011110001111110011101011011101010001000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971F9; }

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

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

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

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

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

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

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

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