Html Css Color HEX #BF00EE Electric Purple

📋 copy color: '#BF00EE'

red 191 ◦ green 0 ◦ blue 238

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

Shades of Electric Purple #BF00EE

Tints of Electric Purple #BF00EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.52%
G = 0%
B = 55.48%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF00EE (or 0xBF00EE) is known color: Electric Purple. HEX triplet: BF, 00 and EE. RGB value is (191,0,238). Sum of RGB (Red+Green+Blue) = 191+0+238=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF00EE is #40FF11. Grayscale: #535353. Windows color (decimal): -4259602 or 15597759. OLE color: 15597759.

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

Color convert

RGB 191 0 238 -
CMYK 0.20 1 0 0.07
HSL 288.15º 1% 0.47% -
HSV(B) 288.15º 1% 0.93% -
XYZ 36.92 17.25 82.27 -
YUV 84.24 214.78 204.15 -
System Red Green Blue C M Y K H S L
Decimal 191 0 238 0.20 1 0 0.07 288.15 1 0.47
Hex BF 0 EE 14 64 0 7 120 64 2F
Octal 277 0 356 24 144 0 7 440 144 57
Binary 10111111 0 11101110 10100 1100100 0 111 100100000 1100100 101111

Color Harmonies of #BF00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00EE

Black with #BF00EE

Text Example


Text Example

White with #BF00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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