Html Css Color HEX #B525EC Electric Purple

📋 copy color: '#B525EC'

red 181 ◦ green 37 ◦ blue 236

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

Shades of Electric Purple #B525EC

Tints of Electric Purple #B525EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.15%

 BLUE value IS 236 (92.58% from 255) = 51.98%

R = 39.87%
G = 8.15%
B = 51.98%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B525EC (or 0xB525EC) is known color: Electric Purple. HEX triplet: B5, 25 and EC. RGB value is (181,37,236). Sum of RGB (Red+Green+Blue) = 181+37+236=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #B525EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B525EC is #4ADA13. Grayscale: #666666. Windows color (decimal): -4905492 or 15476149. OLE color: 15476149.

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

Color convert

RGB 181 37 236 -
CMYK 0.23 0.84 0 0.07
HSL 283.42º 0.84% 0.54% -
HSV(B) 283.42º 0.84% 0.93% -
XYZ 34.86 17.2 80.84 -
YUV 102.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 181 37 236 0.23 0.84 0 0.07 283.42 0.84 0.54
Hex B5 25 EC 17 54 0 7 11B 54 36
Octal 265 45 354 27 124 0 7 433 124 66
Binary 10110101 100101 11101100 10111 1010100 0 111 100011011 1010100 110110

Color Harmonies of #B525EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525EC

Black with #B525EC

Text Example


Text Example

White with #B525EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525EC; }

 p { color: rgb(181,37,236); }

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

background-color css

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

 a { background-color: rgb(181,37,236); }

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

border-color css

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

 span { border-color: rgb(181,37,236); }

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