Html Css Color HEX #B525ED Electric Purple

📋 copy color: '#B525ED'

red 181 ◦ green 37 ◦ blue 237

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

Shades of Electric Purple #B525ED

Tints of Electric Purple #B525ED

RGB

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

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

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

R = 39.78%
G = 8.13%
B = 52.09%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B525ED (or 0xB525ED) is known color: Electric Purple. HEX triplet: B5, 25 and ED. RGB value is (181,37,237). Sum of RGB (Red+Green+Blue) = 181+37+237=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #B525ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B525ED is #4ADA12. Grayscale: #666666. Windows color (decimal): -4905491 or 15541685. OLE color: 15541685.

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

Color convert

RGB 181 37 237 -
CMYK 0.24 0.84 0 0.07
HSL 283.2º 0.85% 0.54% -
HSV(B) 283.2º 0.84% 0.93% -
XYZ 35 17.26 81.61 -
YUV 102.86 203.71 183.74 -
System Red Green Blue C M Y K H S L
Decimal 181 37 237 0.24 0.84 0 0.07 283.2 0.85 0.54
Hex B5 25 ED 18 54 0 7 11B 55 36
Octal 265 45 355 30 124 0 7 433 125 66
Binary 10110101 100101 11101101 11000 1010100 0 111 100011011 1010101 110110

Color Harmonies of #B525ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525ED

Black with #B525ED

Text Example


Text Example

White with #B525ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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