Html Css Color HEX #B413FF Electric Purple

📋 copy color: '#B413FF'

red 180 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #B413FF

Tints of Electric Purple #B413FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.19%

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

R = 39.65%
G = 4.19%
B = 56.17%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B413FF (or 0xB413FF) is known color: Electric Purple. HEX triplet: B4, 13 and FF. RGB value is (180,19,255). Sum of RGB (Red+Green+Blue) = 180+19+255=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #B413FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B413FF is #4BEC00. Grayscale: #5D5D5D. Windows color (decimal): -4975617 or 16716724. OLE color: 16716724.

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

Color convert

RGB 180 19 255 -
CMYK 0.29 0.93 0 0
HSL 280.93º 1% 0.54% -
HSV(B) 280.93º 0.93% 1% -
XYZ 37.11 17.39 96.01 -
YUV 94.04 218.84 189.31 -
System Red Green Blue C M Y K H S L
Decimal 180 19 255 0.29 0.93 0 0 280.93 1 0.54
Hex B4 13 FF 1D 5D 0 0 119 64 36
Octal 264 23 377 35 135 0 0 431 144 66
Binary 10110100 10011 11111111 11101 1011101 0 0 100011001 1100100 110110

Color Harmonies of #B413FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413FF

Black with #B413FF

Text Example


Text Example

White with #B413FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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