Html Css Color HEX #B405E1 Electric Purple

📋 copy color: '#B405E1'

red 180 ◦ green 5 ◦ blue 225

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

Shades of Electric Purple #B405E1

Tints of Electric Purple #B405E1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 43.9%
G = 1.22%
B = 54.88%

CMYK

 C value IS 0.2

 M value IS 0.98

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B405E1 (or 0xB405E1) is known color: Electric Purple. HEX triplet: B4, 05 and E1. RGB value is (180,5,225). Sum of RGB (Red+Green+Blue) = 180+5+225=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #B405E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B405E1 is #4BFA1E. Grayscale: #515151. Windows color (decimal): -4979231 or 14747060. OLE color: 14747060.

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

Color convert

RGB 180 5 225 -
CMYK 0.2 0.98 0 0.12
HSL 287.73º 0.96% 0.45% -
HSV(B) 287.73º 0.98% 0.88% -
XYZ 32.47 15.25 72.47 -
YUV 82.41 208.48 197.61 -
System Red Green Blue C M Y K H S L
Decimal 180 5 225 0.2 0.98 0 0.12 287.73 0.96 0.45
Hex B4 5 E1 14 62 0 C 120 60 2D
Octal 264 5 341 24 142 0 14 440 140 55
Binary 10110100 101 11100001 10100 1100010 0 1100 100100000 1100000 101101

Color Harmonies of #B405E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405E1

Black with #B405E1

Text Example


Text Example

White with #B405E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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