Html Css Color HEX #B010ED Electric Purple

📋 copy color: '#B010ED'

red 176 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #B010ED

Tints of Electric Purple #B010ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.73%

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

R = 41.03%
G = 3.73%
B = 55.24%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B010ED (or 0xB010ED) is known color: Electric Purple. HEX triplet: B0, 10 and ED. RGB value is (176,16,237). Sum of RGB (Red+Green+Blue) = 176+16+237=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #B010ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010ED is #4FEF12. Grayscale: #585858. Windows color (decimal): -5238547 or 15536304. OLE color: 15536304.

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

Color convert

RGB 176 16 237 -
CMYK 0.26 0.93 0 0.07
HSL 283.44º 0.87% 0.5% -
HSV(B) 283.44º 0.93% 0.93% -
XYZ 33.38 15.72 81.39 -
YUV 89.03 211.51 190.03 -
System Red Green Blue C M Y K H S L
Decimal 176 16 237 0.26 0.93 0 0.07 283.44 0.87 0.5
Hex B0 10 ED 1A 5D 0 7 11B 57 32
Octal 260 20 355 32 135 0 7 433 127 62
Binary 10110000 10000 11101101 11010 1011101 0 111 100011011 1010111 110010

Color Harmonies of #B010ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010ED

Black with #B010ED

Text Example


Text Example

White with #B010ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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