Html Css Color HEX #B424EE Electric Purple

📋 copy color: '#B424EE'

red 180 ◦ green 36 ◦ blue 238

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

Shades of Electric Purple #B424EE

Tints of Electric Purple #B424EE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.93%

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

R = 39.65%
G = 7.93%
B = 52.42%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B424EE (or 0xB424EE) is known color: Electric Purple. HEX triplet: B4, 24 and EE. RGB value is (180,36,238). Sum of RGB (Red+Green+Blue) = 180+36+238=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #B424EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424EE is #4BDB11. Grayscale: #656565. Windows color (decimal): -4971282 or 15606964. OLE color: 15606964.

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

Color convert

RGB 180 36 238 -
CMYK 0.24 0.85 0 0.07
HSL 282.77º 0.86% 0.54% -
HSV(B) 282.77º 0.85% 0.93% -
XYZ 34.89 17.14 82.36 -
YUV 102.08 204.71 183.57 -
System Red Green Blue C M Y K H S L
Decimal 180 36 238 0.24 0.85 0 0.07 282.77 0.86 0.54
Hex B4 24 EE 18 55 0 7 11B 56 36
Octal 264 44 356 30 125 0 7 433 126 66
Binary 10110100 100100 11101110 11000 1010101 0 111 100011011 1010110 110110

Color Harmonies of #B424EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424EE

Black with #B424EE

Text Example


Text Example

White with #B424EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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