#BF70EE

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

Shades of Heliotrope #BF70EE

Tints of Heliotrope #BF70EE

Color information

#BF70EE (or 0xBF70EE) is unknown color: approx Heliotrope. HEX triplet: BF, 70 and EE. RGB value is (191,112,238). Sum of RGB (Red+Green+Blue) = 191+112+238=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70EE is #408F11. Grayscale: #959595. Windows color (decimal): -4230930 or 15626431. OLE color: 15626431.

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

Color convert

RGB191112238-
CMYK0.200.5300.07
HSL277.62º78.75%68.63%-
HSV(B)277.62º52.94%93.33%-
XYZ42.7128.8484.2-
YUV149.98177.67157.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 112 (44.14% from 255) = 20.70%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=35.30%
G=20.70%
B=43.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911122380.200.5300.07277.6278.7568.63
HexBF70EE1435071164f45
Octal277160356246507426117105
Binary1011111111100001110111010100110101011110001011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70EE; }

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

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

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

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

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

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

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

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