Html Css Color HEX #B00FEB Electric Purple

📋 copy color: '#B00FEB'

red 176 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #B00FEB

Tints of Electric Purple #B00FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.52%

 BLUE value IS 235 (92.19% from 255) = 55.16%

R = 41.31%
G = 3.52%
B = 55.16%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B00FEB (or 0xB00FEB) is known color: Electric Purple. HEX triplet: B0, 0F and EB. RGB value is (176,15,235). Sum of RGB (Red+Green+Blue) = 176+15+235=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #B00FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00FEB is #4FF014. Grayscale: #575757. Windows color (decimal): -5238805 or 15404976. OLE color: 15404976.

HSL color Cylindrical-coordinate representation of color #B00FEB: hue angle of 283.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00FEB is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 15 235 -
CMYK 0.25 0.94 0 0.08
HSL 283.91º 0.88% 0.49% -
HSV(B) 283.91º 0.94% 0.92% -
XYZ 33.07 15.57 79.86 -
YUV 88.22 210.84 190.61 -
System Red Green Blue C M Y K H S L
Decimal 176 15 235 0.25 0.94 0 0.08 283.91 0.88 0.49
Hex B0 F EB 19 5E 0 8 11C 58 31
Octal 260 17 353 31 136 0 10 434 130 61
Binary 10110000 1111 11101011 11001 1011110 0 1000 100011100 1011000 110001

Color Harmonies of #B00FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FEB

Black with #B00FEB

Text Example


Text Example

White with #B00FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FEB; }

 p { color: rgb(176,15,235); }

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

background-color css

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

 a { background-color: rgb(176,15,235); }

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

border-color css

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

 span { border-color: rgb(176,15,235); }

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