Html Css Color HEX #BF70EE Heliotrope

📋 copy color: '#BF70EE'

red 191 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #BF70EE

Tints of Heliotrope #BF70EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 35.3%
G = 20.7%
B = 43.99%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 191 112 238 -
CMYK 0.20 0.53 0 0.07
HSL 277.62º 0.79% 0.69% -
HSV(B) 277.62º 0.53% 0.93% -
XYZ 42.71 28.84 84.2 -
YUV 149.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 191 112 238 0.20 0.53 0 0.07 277.62 0.79 0.69
Hex BF 70 EE 14 35 0 7 116 4F 45
Octal 277 160 356 24 65 0 7 426 117 105
Binary 10111111 1110000 11101110 10100 110101 0 111 100010110 1001111 1000101

Color Harmonies of #BF70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70EE

Black with #BF70EE

Text Example


Text Example

White with #BF70EE

Text Example


Text Example

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