Html Css Color HEX #B405ED Electric Purple

📋 copy color: '#B405ED'

red 180 ◦ green 5 ◦ blue 237

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

Shades of Electric Purple #B405ED

Tints of Electric Purple #B405ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.16%

R = 42.65%
G = 1.18%
B = 56.16%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B405ED (or 0xB405ED) is known color: Electric Purple. HEX triplet: B4, 05 and ED. RGB value is (180,5,237). Sum of RGB (Red+Green+Blue) = 180+5+237=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #B405ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B405ED is #4BFA12. Grayscale: #535353. Windows color (decimal): -4979219 or 15533492. OLE color: 15533492.

HSL color Cylindrical-coordinate representation of color #B405ED: hue angle of 285.26º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B405ED is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 5 237 -
CMYK 0.24 0.98 0 0.07
HSL 285.26º 0.96% 0.47% -
HSV(B) 285.26º 0.98% 0.93% -
XYZ 34.16 15.93 81.39 -
YUV 83.77 214.48 196.64 -
System Red Green Blue C M Y K H S L
Decimal 180 5 237 0.24 0.98 0 0.07 285.26 0.96 0.47
Hex B4 5 ED 18 62 0 7 11D 60 2F
Octal 264 5 355 30 142 0 7 435 140 57
Binary 10110100 101 11101101 11000 1100010 0 111 100011101 1100000 101111

Color Harmonies of #B405ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405ED

Black with #B405ED

Text Example


Text Example

White with #B405ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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