Html Css Color HEX #B526ED Electric Purple

📋 copy color: '#B526ED'

red 181 ◦ green 38 ◦ blue 237

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

Shades of Electric Purple #B526ED

Tints of Electric Purple #B526ED

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.33%

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

R = 39.69%
G = 8.33%
B = 51.97%

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

#B526ED (or 0xB526ED) is known color: Electric Purple. HEX triplet: B5, 26 and ED. RGB value is (181,38,237). Sum of RGB (Red+Green+Blue) = 181+38+237=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #B526ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B526ED is #4AD912. Grayscale: #666666. Windows color (decimal): -4905235 or 15541941. OLE color: 15541941.

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

Color convert

RGB 181 38 237 -
CMYK 0.24 0.84 0 0.07
HSL 283.12º 0.85% 0.54% -
HSV(B) 283.12º 0.84% 0.93% -
XYZ 35.04 17.32 81.62 -
YUV 103.44 203.38 183.32 -
System Red Green Blue C M Y K H S L
Decimal 181 38 237 0.24 0.84 0 0.07 283.12 0.85 0.54
Hex B5 26 ED 18 54 0 7 11B 55 36
Octal 265 46 355 30 124 0 7 433 125 66
Binary 10110101 100110 11101101 11000 1010100 0 111 100011011 1010101 110110

Color Harmonies of #B526ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526ED

Black with #B526ED

Text Example


Text Example

White with #B526ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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