Html Css Color HEX #B824E9 Electric Purple

📋 copy color: '#B824E9'

red 184 ◦ green 36 ◦ blue 233

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

Shades of Electric Purple #B824E9

Tints of Electric Purple #B824E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 51.43%

R = 40.62%
G = 7.95%
B = 51.43%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B824E9 (or 0xB824E9) is known color: Electric Purple. HEX triplet: B8, 24 and E9. RGB value is (184,36,233). Sum of RGB (Red+Green+Blue) = 184+36+233=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #B824E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B824E9 is #47DB16. Grayscale: #666666. Windows color (decimal): -4709143 or 15279288. OLE color: 15279288.

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

Color convert

RGB 184 36 233 -
CMYK 0.21 0.85 0 0.09
HSL 285.08º 0.82% 0.53% -
HSV(B) 285.08º 0.85% 0.91% -
XYZ 35.11 17.34 78.59 -
YUV 102.71 201.53 185.98 -
System Red Green Blue C M Y K H S L
Decimal 184 36 233 0.21 0.85 0 0.09 285.08 0.82 0.53
Hex B8 24 E9 15 55 0 9 11D 52 35
Octal 270 44 351 25 125 0 11 435 122 65
Binary 10111000 100100 11101001 10101 1010101 0 1001 100011101 1010010 110101

Color Harmonies of #B824E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824E9

Black with #B824E9

Text Example


Text Example

White with #B824E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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