Html Css Color HEX #BF10EE Electric Purple

📋 copy color: '#BF10EE'

red 191 ◦ green 16 ◦ blue 238

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

Shades of Electric Purple #BF10EE

Tints of Electric Purple #BF10EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.6%

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

R = 42.92%
G = 3.6%
B = 53.48%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF10EE (or 0xBF10EE) is known color: Electric Purple. HEX triplet: BF, 10 and EE. RGB value is (191,16,238). Sum of RGB (Red+Green+Blue) = 191+16+238=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF10EE is #40EF11. Grayscale: #5C5C5C. Windows color (decimal): -4255506 or 15601855. OLE color: 15601855.

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

Color convert

RGB 191 16 238 -
CMYK 0.20 0.93 0 0.07
HSL 287.3º 0.87% 0.5% -
HSV(B) 287.3º 0.93% 0.93% -
XYZ 37.1 17.62 82.33 -
YUV 93.63 209.48 197.45 -
System Red Green Blue C M Y K H S L
Decimal 191 16 238 0.20 0.93 0 0.07 287.3 0.87 0.5
Hex BF 10 EE 14 5D 0 7 11F 57 32
Octal 277 20 356 24 135 0 7 437 127 62
Binary 10111111 10000 11101110 10100 1011101 0 111 100011111 1010111 110010

Color Harmonies of #BF10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF10EE

Black with #BF10EE

Text Example


Text Example

White with #BF10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF10EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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