Html Css Color HEX #B00EFE Electric Purple

📋 copy color: '#B00EFE'

red 176 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #B00EFE

Tints of Electric Purple #B00EFE

RGB

 RED value IS 176 (69.14% from 255) = 39.64%

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

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 39.64%
G = 3.15%
B = 57.21%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B00EFE (or 0xB00EFE) is known color: Electric Purple. HEX triplet: B0, 0E and FE. RGB value is (176,14,254). Sum of RGB (Red+Green+Blue) = 176+14+254=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #B00EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00EFE is #4FF101. Grayscale: #595959. Windows color (decimal): -5239042 or 16649904. OLE color: 16649904.

HSL color Cylindrical-coordinate representation of color #B00EFE: hue angle of 280.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00EFE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 14 254 -
CMYK 0.31 0.94 0 0.00
HSL 280.5º 0.99% 0.53% -
HSV(B) 280.5º 0.94% 1% -
XYZ 35.95 16.7 95.09 -
YUV 89.8 220.67 189.49 -
System Red Green Blue C M Y K H S L
Decimal 176 14 254 0.31 0.94 0 0.00 280.5 0.99 0.53
Hex B0 E FE 1F 5E 0 0 118 63 35
Octal 260 16 376 37 136 0 0 430 143 65
Binary 10110000 1110 11111110 11111 1011110 0 0 100011000 1100011 110101

Color Harmonies of #B00EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00EFE

Black with #B00EFE

Text Example


Text Example

White with #B00EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00EFE; }

 p { color: rgb(176,14,254); }

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

background-color css

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

 a { background-color: rgb(176,14,254); }

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

border-color css

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

 span { border-color: rgb(176,14,254); }

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