#BF70F1

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

Shades of Heliotrope #BF70F1

Tints of Heliotrope #BF70F1

Color information

#BF70F1 (or 0xBF70F1) is unknown color: approx Heliotrope. HEX triplet: BF, 70 and F1. RGB value is (191,112,241). Sum of RGB (Red+Green+Blue) = 191+112+241=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF70F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70F1 is #408F0E. Grayscale: #959595. Windows color (decimal): -4230927 or 15823039. OLE color: 15823039.

HSL color Cylindrical-coordinate representation of color #BF70F1: hue angle of 276.74º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF70F1 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191112241-
CMYK0.210.5400.05
HSL276.74º82.17%69.22%-
HSV(B)276.74º53.53%94.51%-
XYZ43.1629.0286.55-
YUV150.33179.17157.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.11%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 241 (94.53% from 255) = 44.30%
R=35.11%
G=20.59%
B=44.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911122410.210.5400.05276.7482.1769.22
HexBF70F11536051155245
Octal277160361256605425122105
Binary1011111111100001111000110101110110010110001010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70F1; }

 p { color: rgb(191,112,241); }

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

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

 a { background-color: rgb(191,112,241); }

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

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

 span { border-color: rgb(191,112,241); }

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