Html Css Color HEX #BF70EC Heliotrope

📋 copy color: '#BF70EC'

red 191 ◦ green 112 ◦ blue 236

#BF70EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BF70EC

Tints of Heliotrope #BF70EC

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 value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF70EC (or 0xBF70EC) is known color: 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

RGB 191 112 236 -
CMYK 0.19 0.53 0 0.07
HSL 278.23º 0.77% 0.68% -
HSV(B) 278.23º 0.53% 0.93% -
XYZ 42.42 28.72 82.66 -
YUV 149.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 191 112 236 0.19 0.53 0 0.07 278.23 0.77 0.68
Hex BF 70 EC 13 35 0 7 116 4D 44
Octal 277 160 354 23 65 0 7 426 115 104
Binary 10111111 1110000 11101100 10011 110101 0 111 100010110 1001101 1000100

Color Harmonies of #BF70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70EC

Black with #BF70EC

Text Example


Text Example

White with #BF70EC

Text Example


Text Example

HTML Codes & Css Web 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>