Html Css Color HEX #BF0EEE Electric Purple

📋 copy color: '#BF0EEE'

red 191 ◦ green 14 ◦ blue 238

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

Shades of Electric Purple #BF0EEE

Tints of Electric Purple #BF0EEE

RGB

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

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

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

R = 43.12%
G = 3.16%
B = 53.72%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF0EEE (or 0xBF0EEE) is known color: Electric Purple. HEX triplet: BF, 0E and EE. RGB value is (191,14,238). Sum of RGB (Red+Green+Blue) = 191+14+238=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF0EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0EEE is #40F111. Grayscale: #5B5B5B. Windows color (decimal): -4256018 or 15601343. OLE color: 15601343.

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

Color convert

RGB 191 14 238 -
CMYK 0.20 0.94 0 0.07
HSL 287.41º 0.89% 0.49% -
HSV(B) 287.41º 0.94% 0.93% -
XYZ 37.08 17.56 82.32 -
YUV 92.46 210.14 198.29 -
System Red Green Blue C M Y K H S L
Decimal 191 14 238 0.20 0.94 0 0.07 287.41 0.89 0.49
Hex BF E EE 14 5E 0 7 11F 59 31
Octal 277 16 356 24 136 0 7 437 131 61
Binary 10111111 1110 11101110 10100 1011110 0 111 100011111 1011001 110001

Color Harmonies of #BF0EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0EEE

Black with #BF0EEE

Text Example


Text Example

White with #BF0EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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