Html Css Color HEX #B405EE Electric Purple

📋 copy color: '#B405EE'

red 180 ◦ green 5 ◦ blue 238

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

Shades of Electric Purple #B405EE

Tints of Electric Purple #B405EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.26%

R = 42.55%
G = 1.18%
B = 56.26%

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

#B405EE (or 0xB405EE) is known color: Electric Purple. HEX triplet: B4, 05 and EE. RGB value is (180,5,238). Sum of RGB (Red+Green+Blue) = 180+5+238=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #B405EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B405EE is #4BFA11. Grayscale: #535353. Windows color (decimal): -4979218 or 15599028. OLE color: 15599028.

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

Color convert

RGB 180 5 238 -
CMYK 0.24 0.98 0 0.07
HSL 285.06º 0.96% 0.48% -
HSV(B) 285.06º 0.98% 0.93% -
XYZ 34.31 15.98 82.17 -
YUV 83.89 214.98 196.55 -
System Red Green Blue C M Y K H S L
Decimal 180 5 238 0.24 0.98 0 0.07 285.06 0.96 0.48
Hex B4 5 EE 18 62 0 7 11D 60 30
Octal 264 5 356 30 142 0 7 435 140 60
Binary 10110100 101 11101110 11000 1100010 0 111 100011101 1100000 110000

Color Harmonies of #B405EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B405EE

Black with #B405EE

Text Example


Text Example

White with #B405EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B405EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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