Html Css Color HEX #B00FEF Electric Purple

📋 copy color: '#B00FEF'

red 176 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #B00FEF

Tints of Electric Purple #B00FEF

RGB

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

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

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

R = 40.93%
G = 3.49%
B = 55.58%

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

#B00FEF (or 0xB00FEF) is known color: Electric Purple. HEX triplet: B0, 0F and EF. RGB value is (176,15,239). Sum of RGB (Red+Green+Blue) = 176+15+239=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #B00FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00FEF is #4FF010. Grayscale: #575757. Windows color (decimal): -5238801 or 15667120. OLE color: 15667120.

HSL color Cylindrical-coordinate representation of color #B00FEF: hue angle of 283.12º degrees, saturation: 0.88, 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 #B00FEF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 15 239 -
CMYK 0.26 0.94 0 0.06
HSL 283.13º 0.88% 0.5% -
HSV(B) 283.13º 0.94% 0.94% -
XYZ 33.66 15.8 82.94 -
YUV 88.68 212.84 190.29 -
System Red Green Blue C M Y K H S L
Decimal 176 15 239 0.26 0.94 0 0.06 283.13 0.88 0.5
Hex B0 F EF 1A 5E 0 6 11B 58 32
Octal 260 17 357 32 136 0 6 433 130 62
Binary 10110000 1111 11101111 11010 1011110 0 110 100011011 1011000 110010

Color Harmonies of #B00FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FEF

Black with #B00FEF

Text Example


Text Example

White with #B00FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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