#B971FC

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

Shades of Heliotrope #B971FC

Tints of Heliotrope #B971FC

Color information

#B971FC (or 0xB971FC) is unknown color: approx Heliotrope. HEX triplet: B9, 71 and FC. RGB value is (185,113,252). Sum of RGB (Red+Green+Blue) = 185+113+252=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #B971FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FC is #468E03. Grayscale: #959595. Windows color (decimal): -4623876 or 16544185. OLE color: 16544185.

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

Color convert

RGB185113252-
CMYK0.270.5500.01
HSL271.08º95.86%71.57%-
HSV(B)271.08º55.16%98.82%-
XYZ43.4829.1595.43-
YUV150.37185.35152.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 113 (44.53% from 255) = 20.55%
BLUE value IS 252 (98.83% from 255) = 45.82%
R=33.64%
G=20.55%
B=45.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851132520.270.5500.01271.0895.8671.57
HexB971FC1B370110f6048
Octal271161374336701417140110
Binary10111001111000111111100110111101110110000111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971FC; }

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

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

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

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

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

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

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

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