Html Css Color HEX #B410FF Electric Purple

📋 copy color: '#B410FF'

red 180 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #B410FF

Tints of Electric Purple #B410FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.54%

R = 39.91%
G = 3.55%
B = 56.54%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B410FF (or 0xB410FF) is known color: Electric Purple. HEX triplet: B4, 10 and FF. RGB value is (180,16,255). Sum of RGB (Red+Green+Blue) = 180+16+255=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #B410FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B410FF is #4BEF00. Grayscale: #5B5B5B. Windows color (decimal): -4976385 or 16715956. OLE color: 16715956.

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

Color convert

RGB 180 16 255 -
CMYK 0.29 0.94 0 0
HSL 281.17º 1% 0.53% -
HSV(B) 281.17º 0.94% 1% -
XYZ 37.06 17.29 95.99 -
YUV 92.28 219.83 190.57 -
System Red Green Blue C M Y K H S L
Decimal 180 16 255 0.29 0.94 0 0 281.17 1 0.53
Hex B4 10 FF 1D 5E 0 0 119 64 35
Octal 264 20 377 35 136 0 0 431 144 65
Binary 10110100 10000 11111111 11101 1011110 0 0 100011001 1100100 110101

Color Harmonies of #B410FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410FF

Black with #B410FF

Text Example


Text Example

White with #B410FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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