Html Css Color HEX #B00FED Electric Purple

📋 copy color: '#B00FED'

red 176 ◦ green 15 ◦ blue 237

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

Shades of Electric Purple #B00FED

Tints of Electric Purple #B00FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 41.12%
G = 3.5%
B = 55.37%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B00FED (or 0xB00FED) is known color: Electric Purple. HEX triplet: B0, 0F and ED. RGB value is (176,15,237). Sum of RGB (Red+Green+Blue) = 176+15+237=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #B00FED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00FED is #4FF012. Grayscale: #575757. Windows color (decimal): -5238803 or 15536048. OLE color: 15536048.

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

Color convert

RGB 176 15 237 -
CMYK 0.26 0.94 0 0.07
HSL 283.51º 0.88% 0.49% -
HSV(B) 283.51º 0.94% 0.93% -
XYZ 33.36 15.69 81.39 -
YUV 88.45 211.84 190.45 -
System Red Green Blue C M Y K H S L
Decimal 176 15 237 0.26 0.94 0 0.07 283.51 0.88 0.49
Hex B0 F ED 1A 5E 0 7 11C 58 31
Octal 260 17 355 32 136 0 7 434 130 61
Binary 10110000 1111 11101101 11010 1011110 0 111 100011100 1011000 110001

Color Harmonies of #B00FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FED

Black with #B00FED

Text Example


Text Example

White with #B00FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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