Html Css Color HEX #B527ED Electric Purple

📋 copy color: '#B527ED'

red 181 ◦ green 39 ◦ blue 237

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

Shades of Electric Purple #B527ED

Tints of Electric Purple #B527ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.53%

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

R = 39.61%
G = 8.53%
B = 51.86%

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

#B527ED (or 0xB527ED) is known color: Electric Purple. HEX triplet: B5, 27 and ED. RGB value is (181,39,237). Sum of RGB (Red+Green+Blue) = 181+39+237=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #B527ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B527ED is #4AD812. Grayscale: #676767. Windows color (decimal): -4904979 or 15542197. OLE color: 15542197.

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

Color convert

RGB 181 39 237 -
CMYK 0.24 0.84 0 0.07
HSL 283.03º 0.85% 0.54% -
HSV(B) 283.03º 0.84% 0.93% -
XYZ 35.07 17.39 81.63 -
YUV 104.03 203.04 182.9 -
System Red Green Blue C M Y K H S L
Decimal 181 39 237 0.24 0.84 0 0.07 283.03 0.85 0.54
Hex B5 27 ED 18 54 0 7 11B 55 36
Octal 265 47 355 30 124 0 7 433 125 66
Binary 10110101 100111 11101101 11000 1010100 0 111 100011011 1010101 110110

Color Harmonies of #B527ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B527ED

Black with #B527ED

Text Example


Text Example

White with #B527ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B527ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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