#BF70EC

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

Shades of Heliotrope #BF70EC

Tints of Heliotrope #BF70EC

Color information

#BF70EC (or 0xBF70EC) is unknown color: approx Heliotrope. HEX triplet: BF, 70 and EC. RGB value is (191,112,236). Sum of RGB (Red+Green+Blue) = 191+112+236=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70EC is #408F13. Grayscale: #959595. Windows color (decimal): -4230932 or 15495359. OLE color: 15495359.

HSL color Cylindrical-coordinate representation of color #BF70EC: hue angle of 278.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF70EC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191112236-
CMYK0.190.5300.07
HSL278.23º76.54%68.24%-
HSV(B)278.23º52.54%92.55%-
XYZ42.4228.7282.66-
YUV149.76176.67157.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 112 (44.14% from 255) = 20.78%
BLUE value IS 236 (92.58% from 255) = 43.78%
R=35.44%
G=20.78%
B=43.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911122360.190.5300.07278.2376.5468.24
HexBF70EC1335071164d44
Octal277160354236507426115104
Binary1011111111100001110110010011110101011110001011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70EC; }

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

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

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

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

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

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

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

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