Html Css Color HEX #B413E0 Electric Purple

📋 copy color: '#B413E0'

red 180 ◦ green 19 ◦ blue 224

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

Shades of Electric Purple #B413E0

Tints of Electric Purple #B413E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 42.55%
G = 4.49%
B = 52.96%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B413E0 (or 0xB413E0) is known color: Electric Purple. HEX triplet: B4, 13 and E0. RGB value is (180,19,224). Sum of RGB (Red+Green+Blue) = 180+19+224=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #B413E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413E0 is #4BEC1F. Grayscale: #595959. Windows color (decimal): -4975648 or 14685108. OLE color: 14685108.

HSL color Cylindrical-coordinate representation of color #B413E0: hue angle of 287.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B413E0 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 19 224 -
CMYK 0.20 0.92 0 0.12
HSL 287.12º 0.84% 0.48% -
HSV(B) 287.12º 0.92% 0.88% -
XYZ 32.51 15.55 71.81 -
YUV 90.51 203.34 191.83 -
System Red Green Blue C M Y K H S L
Decimal 180 19 224 0.20 0.92 0 0.12 287.12 0.84 0.48
Hex B4 13 E0 14 5C 0 C 11F 54 30
Octal 264 23 340 24 134 0 14 437 124 60
Binary 10110100 10011 11100000 10100 1011100 0 1100 100011111 1010100 110000

Color Harmonies of #B413E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413E0

Black with #B413E0

Text Example


Text Example

White with #B413E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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