Html Css Color HEX #B414E1 Electric Purple

📋 copy color: '#B414E1'

red 180 ◦ green 20 ◦ blue 225

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

Shades of Electric Purple #B414E1

Tints of Electric Purple #B414E1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.71%

 BLUE value IS 225 (88.28% from 255) = 52.94%

R = 42.35%
G = 4.71%
B = 52.94%

CMYK

 C value IS 0.2

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B414E1 (or 0xB414E1) is known color: Electric Purple. HEX triplet: B4, 14 and E1. RGB value is (180,20,225). Sum of RGB (Red+Green+Blue) = 180+20+225=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #B414E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414E1 is #4BEB1E. Grayscale: #5A5A5A. Windows color (decimal): -4975391 or 14750900. OLE color: 14750900.

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

Color convert

RGB 180 20 225 -
CMYK 0.2 0.91 0 0.12
HSL 286.83º 0.84% 0.48% -
HSV(B) 286.83º 0.91% 0.88% -
XYZ 32.66 15.64 72.53 -
YUV 91.21 203.51 191.33 -
System Red Green Blue C M Y K H S L
Decimal 180 20 225 0.2 0.91 0 0.12 286.83 0.84 0.48
Hex B4 14 E1 14 5B 0 C 11F 54 30
Octal 264 24 341 24 133 0 14 437 124 60
Binary 10110100 10100 11100001 10100 1011011 0 1100 100011111 1010100 110000

Color Harmonies of #B414E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B414E1

Black with #B414E1

Text Example


Text Example

White with #B414E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B414E1; }

 p { color: rgb(180,20,225); }

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

background-color css

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

 a { background-color: rgb(180,20,225); }

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

border-color css

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

 span { border-color: rgb(180,20,225); }

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