Html Css Color HEX #B010EC Electric Purple

📋 copy color: '#B010EC'

red 176 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #B010EC

Tints of Electric Purple #B010EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 41.12%
G = 3.74%
B = 55.14%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B010EC (or 0xB010EC) is known color: Electric Purple. HEX triplet: B0, 10 and EC. RGB value is (176,16,236). Sum of RGB (Red+Green+Blue) = 176+16+236=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #B010EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B010EC is #4FEF13. Grayscale: #585858. Windows color (decimal): -5238548 or 15470768. OLE color: 15470768.

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

Color convert

RGB 176 16 236 -
CMYK 0.25 0.93 0 0.07
HSL 283.64º 0.87% 0.49% -
HSV(B) 283.64º 0.93% 0.93% -
XYZ 33.23 15.66 80.63 -
YUV 88.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 176 16 236 0.25 0.93 0 0.07 283.64 0.87 0.49
Hex B0 10 EC 19 5D 0 7 11C 57 31
Octal 260 20 354 31 135 0 7 434 127 61
Binary 10110000 10000 11101100 11001 1011101 0 111 100011100 1010111 110001

Color Harmonies of #B010EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010EC

Black with #B010EC

Text Example


Text Example

White with #B010EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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