Html Css Color HEX #B410EC Electric Purple

📋 copy color: '#B410EC'

red 180 ◦ green 16 ◦ blue 236

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

Shades of Electric Purple #B410EC

Tints of Electric Purple #B410EC

RGB

 RED value IS 180 (70.7% from 255) = 41.67%

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

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

R = 41.67%
G = 3.7%
B = 54.63%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B410EC (or 0xB410EC) is known color: Electric Purple. HEX triplet: B4, 10 and EC. RGB value is (180,16,236). Sum of RGB (Red+Green+Blue) = 180+16+236=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #B410EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B410EC is #4BEF13. Grayscale: #595959. Windows color (decimal): -4976404 or 15470772. OLE color: 15470772.

HSL color Cylindrical-coordinate representation of color #B410EC: hue angle of 284.73º 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 #B410EC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 16 236 -
CMYK 0.24 0.93 0 0.07
HSL 284.73º 0.87% 0.49% -
HSV(B) 284.73º 0.93% 0.93% -
XYZ 34.15 16.13 80.67 -
YUV 90.12 210.33 192.11 -
System Red Green Blue C M Y K H S L
Decimal 180 16 236 0.24 0.93 0 0.07 284.73 0.87 0.49
Hex B4 10 EC 18 5D 0 7 11D 57 31
Octal 264 20 354 30 135 0 7 435 127 61
Binary 10110100 10000 11101100 11000 1011101 0 111 100011101 1010111 110001

Color Harmonies of #B410EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410EC

Black with #B410EC

Text Example


Text Example

White with #B410EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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