Html Css Color HEX #B824EA Electric Purple

📋 copy color: '#B824EA'

red 184 ◦ green 36 ◦ blue 234

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

Shades of Electric Purple #B824EA

Tints of Electric Purple #B824EA

RGB

 RED value IS 184 (72.27% from 255) = 40.53%

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 40.53%
G = 7.93%
B = 51.54%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B824EA (or 0xB824EA) is known color: Electric Purple. HEX triplet: B8, 24 and EA. RGB value is (184,36,234). Sum of RGB (Red+Green+Blue) = 184+36+234=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #B824EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B824EA is #47DB15. Grayscale: #666666. Windows color (decimal): -4709142 or 15344824. OLE color: 15344824.

HSL color Cylindrical-coordinate representation of color #B824EA: hue angle of 284.85º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B824EA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 36 234 -
CMYK 0.21 0.85 0 0.08
HSL 284.85º 0.83% 0.53% -
HSV(B) 284.85º 0.85% 0.92% -
XYZ 35.25 17.39 79.34 -
YUV 102.82 202.03 185.9 -
System Red Green Blue C M Y K H S L
Decimal 184 36 234 0.21 0.85 0 0.08 284.85 0.83 0.53
Hex B8 24 EA 15 55 0 8 11D 52 35
Octal 270 44 352 25 125 0 10 435 122 65
Binary 10111000 100100 11101010 10101 1010101 0 1000 100011101 1010010 110101

Color Harmonies of #B824EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824EA

Black with #B824EA

Text Example


Text Example

White with #B824EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824EA; }

 p { color: rgb(184,36,234); }

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

background-color css

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

 a { background-color: rgb(184,36,234); }

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

border-color css

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

 span { border-color: rgb(184,36,234); }

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