Html Css Color HEX #B524EE Electric Purple

📋 copy color: '#B524EE'

red 181 ◦ green 36 ◦ blue 238

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

Shades of Electric Purple #B524EE

Tints of Electric Purple #B524EE

RGB

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

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

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

R = 39.78%
G = 7.91%
B = 52.31%

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

#B524EE (or 0xB524EE) is known color: Electric Purple. HEX triplet: B5, 24 and EE. RGB value is (181,36,238). Sum of RGB (Red+Green+Blue) = 181+36+238=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #B524EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B524EE is #4ADB11. Grayscale: #656565. Windows color (decimal): -4905746 or 15606965. OLE color: 15606965.

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

Color convert

RGB 181 36 238 -
CMYK 0.24 0.85 0 0.07
HSL 283.07º 0.86% 0.54% -
HSV(B) 283.07º 0.85% 0.93% -
XYZ 35.12 17.26 82.37 -
YUV 102.38 204.54 184.07 -
System Red Green Blue C M Y K H S L
Decimal 181 36 238 0.24 0.85 0 0.07 283.07 0.86 0.54
Hex B5 24 EE 18 55 0 7 11B 56 36
Octal 265 44 356 30 125 0 7 433 126 66
Binary 10110101 100100 11101110 11000 1010101 0 111 100011011 1010110 110110

Color Harmonies of #B524EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524EE

Black with #B524EE

Text Example


Text Example

White with #B524EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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