Html Css Color HEX #BF70F0 Heliotrope

📋 copy color: '#BF70F0'

red 191 ◦ green 112 ◦ blue 240

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

Shades of Heliotrope #BF70F0

Tints of Heliotrope #BF70F0

RGB

 RED value IS 191 (75% from 255) = 35.17%

 GREEN value IS 112 (44.14% from 255) = 20.63%

 BLUE value IS 240 (94.14% from 255) = 44.2%

R = 35.17%
G = 20.63%
B = 44.2%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF70F0 (or 0xBF70F0) is known color: Heliotrope. HEX triplet: BF, 70 and F0. RGB value is (191,112,240). Sum of RGB (Red+Green+Blue) = 191+112+240=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF70F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF70F0 is #408F0F. Grayscale: #959595. Windows color (decimal): -4230928 or 15757503. OLE color: 15757503.

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

Color convert

RGB 191 112 240 -
CMYK 0.20 0.53 0 0.06
HSL 277.03º 0.81% 0.69% -
HSV(B) 277.03º 0.53% 0.94% -
XYZ 43.01 28.96 85.76 -
YUV 150.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 191 112 240 0.20 0.53 0 0.06 277.03 0.81 0.69
Hex BF 70 F0 14 35 0 6 115 51 45
Octal 277 160 360 24 65 0 6 425 121 105
Binary 10111111 1110000 11110000 10100 110101 0 110 100010101 1010001 1000101

Color Harmonies of #BF70F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70F0

Black with #BF70F0

Text Example


Text Example

White with #BF70F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70F0; }

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

 H1.HeaderClassName
 {
   color: #BF70F0;
 }
 .AnyTagClassName
 {
   color: #BF70F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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