Html Css Color HEX #B00EEF Electric Purple

📋 copy color: '#B00EEF'

red 176 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #B00EEF

Tints of Electric Purple #B00EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.71%

R = 41.03%
G = 3.26%
B = 55.71%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B00EEF (or 0xB00EEF) is known color: Electric Purple. HEX triplet: B0, 0E and EF. RGB value is (176,14,239). Sum of RGB (Red+Green+Blue) = 176+14+239=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #B00EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00EEF is #4FF110. Grayscale: #575757. Windows color (decimal): -5239057 or 15666864. OLE color: 15666864.

HSL color Cylindrical-coordinate representation of color #B00EEF: hue angle of 283.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00EEF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 14 239 -
CMYK 0.26 0.94 0 0.06
HSL 283.2º 0.89% 0.5% -
HSV(B) 283.2º 0.94% 0.94% -
XYZ 33.64 15.78 82.93 -
YUV 88.09 213.17 190.7 -
System Red Green Blue C M Y K H S L
Decimal 176 14 239 0.26 0.94 0 0.06 283.2 0.89 0.5
Hex B0 E EF 1A 5E 0 6 11B 59 32
Octal 260 16 357 32 136 0 6 433 131 62
Binary 10110000 1110 11101111 11010 1011110 0 110 100011011 1011001 110010

Color Harmonies of #B00EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00EEF

Black with #B00EEF

Text Example


Text Example

White with #B00EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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