Html Css Color HEX #BF0EE7 Electric Purple

📋 copy color: '#BF0EE7'

red 191 ◦ green 14 ◦ blue 231

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

Shades of Electric Purple #BF0EE7

Tints of Electric Purple #BF0EE7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.21%

 BLUE value IS 231 (90.63% from 255) = 52.98%

R = 43.81%
G = 3.21%
B = 52.98%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF0EE7 (or 0xBF0EE7) is known color: Electric Purple. HEX triplet: BF, 0E and E7. RGB value is (191,14,231). Sum of RGB (Red+Green+Blue) = 191+14+231=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF0EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0EE7 is #40F118. Grayscale: #5A5A5A. Windows color (decimal): -4256025 or 15142591. OLE color: 15142591.

HSL color Cylindrical-coordinate representation of color #BF0EE7: hue angle of 288.94º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0EE7 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 14 231 -
CMYK 0.17 0.94 0 0.09
HSL 288.94º 0.89% 0.48% -
HSV(B) 288.94º 0.94% 0.91% -
XYZ 36.07 17.16 77.01 -
YUV 91.66 206.64 198.86 -
System Red Green Blue C M Y K H S L
Decimal 191 14 231 0.17 0.94 0 0.09 288.94 0.89 0.48
Hex BF E E7 11 5E 0 9 121 59 30
Octal 277 16 347 21 136 0 11 441 131 60
Binary 10111111 1110 11100111 10001 1011110 0 1001 100100001 1011001 110000

Color Harmonies of #BF0EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0EE7

Black with #BF0EE7

Text Example


Text Example

White with #BF0EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0EE7; }

 p { color: rgb(191,14,231); }

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

background-color css

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

 a { background-color: rgb(191,14,231); }

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

border-color css

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

 span { border-color: rgb(191,14,231); }

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