#B971FE

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

Shades of Heliotrope #B971FE

Tints of Heliotrope #B971FE

Color information

#B971FE (or 0xB971FE) is unknown color: approx Heliotrope. HEX triplet: B9, 71 and FE. RGB value is (185,113,254). Sum of RGB (Red+Green+Blue) = 185+113+254=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #B971FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FE is #468E01. Grayscale: #969696. Windows color (decimal): -4623874 or 16675257. OLE color: 16675257.

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

Color convert

RGB185113254-
CMYK0.270.5600.00
HSL270.64º98.6%71.96%-
HSV(B)270.64º55.51%99.61%-
XYZ43.829.2897.11-
YUV150.6186.35152.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 113 (44.53% from 255) = 20.47%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=33.51%
G=20.47%
B=46.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851132540.270.5600.00270.6498.671.96
HexB971FE1B380010f6348
Octal271161376337000417143110
Binary10111001111000111111110110111110000010000111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971FE; }

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

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

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

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

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

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

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

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