#BF71FE

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

Shades of Heliotrope #BF71FE

Tints of Heliotrope #BF71FE

Color information

#BF71FE (or 0xBF71FE) is unknown color: approx Heliotrope. HEX triplet: BF, 71 and FE. RGB value is (191,113,254). Sum of RGB (Red+Green+Blue) = 191+113+254=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF71FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71FE is #408E01. Grayscale: #979797. Windows color (decimal): -4230658 or 16675263. OLE color: 16675263.

HSL color Cylindrical-coordinate representation of color #BF71FE: hue angle of 273.19º 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 #BF71FE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191113254-
CMYK0.250.5600.00
HSL273.19º98.6%71.96%-
HSV(B)273.19º55.51%99.61%-
XYZ45.2830.0497.18-
YUV152.4185.34155.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 113 (44.53% from 255) = 20.25%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=34.23%
G=20.25%
B=45.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1911132540.250.5600.00273.1998.671.96
HexBF71FE1938001116348
Octal277161376317000421143110
Binary10111111111000111111110110011110000010001000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71FE; }

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

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

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

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

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

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

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

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