Html Css Color HEX #B410FE Electric Purple

📋 copy color: '#B410FE'

red 180 ◦ green 16 ◦ blue 254

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

Shades of Electric Purple #B410FE

Tints of Electric Purple #B410FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 40%
G = 3.56%
B = 56.44%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B410FE (or 0xB410FE) is known color: Electric Purple. HEX triplet: B4, 10 and FE. RGB value is (180,16,254). Sum of RGB (Red+Green+Blue) = 180+16+254=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #B410FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B410FE is #4BEF01. Grayscale: #5B5B5B. Windows color (decimal): -4976386 or 16650420. OLE color: 16650420.

HSL color Cylindrical-coordinate representation of color #B410FE: hue angle of 281.34º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B410FE is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 16 254 -
CMYK 0.29 0.94 0 0.00
HSL 281.34º 0.99% 0.53% -
HSV(B) 281.34º 0.94% 1% -
XYZ 36.9 17.23 95.15 -
YUV 92.17 219.33 190.65 -
System Red Green Blue C M Y K H S L
Decimal 180 16 254 0.29 0.94 0 0.00 281.34 0.99 0.53
Hex B4 10 FE 1D 5E 0 0 119 63 35
Octal 264 20 376 35 136 0 0 431 143 65
Binary 10110100 10000 11111110 11101 1011110 0 0 100011001 1100011 110101

Color Harmonies of #B410FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410FE

Black with #B410FE

Text Example


Text Example

White with #B410FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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