Html Css Color HEX #B00EFF Electric Purple

📋 copy color: '#B00EFF'

red 176 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #B00EFF

Tints of Electric Purple #B00EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 39.55%
G = 3.15%
B = 57.3%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B00EFF (or 0xB00EFF) is known color: Electric Purple. HEX triplet: B0, 0E and FF. RGB value is (176,14,255). Sum of RGB (Red+Green+Blue) = 176+14+255=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B00EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00EFF is #4FF100. Grayscale: #595959. Windows color (decimal): -5239041 or 16715440. OLE color: 16715440.

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

Color convert

RGB 176 14 255 -
CMYK 0.31 0.95 0 0
HSL 280.33º 1% 0.53% -
HSV(B) 280.33º 0.95% 1% -
XYZ 36.11 16.76 95.94 -
YUV 89.91 221.17 189.4 -
System Red Green Blue C M Y K H S L
Decimal 176 14 255 0.31 0.95 0 0 280.33 1 0.53
Hex B0 E FF 1F 5F 0 0 118 64 35
Octal 260 16 377 37 137 0 0 430 144 65
Binary 10110000 1110 11111111 11111 1011111 0 0 100011000 1100100 110101

Color Harmonies of #B00EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00EFF

Black with #B00EFF

Text Example


Text Example

White with #B00EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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