Html Css Color HEX #B524ED Electric Purple

📋 copy color: '#B524ED'

red 181 ◦ green 36 ◦ blue 237

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

Shades of Electric Purple #B524ED

Tints of Electric Purple #B524ED

RGB

 RED value IS 181 (71.09% from 255) = 39.87%

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

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

R = 39.87%
G = 7.93%
B = 52.2%

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

#B524ED (or 0xB524ED) is known color: Electric Purple. HEX triplet: B5, 24 and ED. RGB value is (181,36,237). Sum of RGB (Red+Green+Blue) = 181+36+237=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 36 (14.45% from 255 or 7.93% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #B524ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B524ED is #4ADB12. Grayscale: #656565. Windows color (decimal): -4905747 or 15541429. OLE color: 15541429.

HSL color Cylindrical-coordinate representation of color #B524ED: hue angle of 283.28º degrees, saturation: 0.85, 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 #B524ED is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 36 237 -
CMYK 0.24 0.85 0 0.07
HSL 283.28º 0.85% 0.54% -
HSV(B) 283.28º 0.85% 0.93% -
XYZ 34.97 17.2 81.6 -
YUV 102.27 204.04 184.16 -
System Red Green Blue C M Y K H S L
Decimal 181 36 237 0.24 0.85 0 0.07 283.28 0.85 0.54
Hex B5 24 ED 18 55 0 7 11B 55 36
Octal 265 44 355 30 125 0 7 433 125 66
Binary 10110101 100100 11101101 11000 1010101 0 111 100011011 1010101 110110

Color Harmonies of #B524ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524ED

Black with #B524ED

Text Example


Text Example

White with #B524ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524ED; }

 p { color: rgb(181,36,237); }

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

background-color css

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

 a { background-color: rgb(181,36,237); }

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

border-color css

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

 span { border-color: rgb(181,36,237); }

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