Html Css Color HEX #B524FF Electric Purple

📋 copy color: '#B524FF'

red 181 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #B524FF

Tints of Electric Purple #B524FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.03%

R = 38.35%
G = 7.63%
B = 54.03%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B524FF (or 0xB524FF) is known color: Electric Purple. HEX triplet: B5, 24 and FF. RGB value is (181,36,255). Sum of RGB (Red+Green+Blue) = 181+36+255=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #B524FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B524FF is #4ADB00. Grayscale: #676767. Windows color (decimal): -4905729 or 16721077. OLE color: 16721077.

HSL color Cylindrical-coordinate representation of color #B524FF: hue angle of 279.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B524FF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 36 255 -
CMYK 0.29 0.86 0 0
HSL 279.73º 1% 0.57% -
HSV(B) 279.73º 0.86% 1% -
XYZ 37.74 18.31 96.15 -
YUV 104.32 213.04 182.69 -
System Red Green Blue C M Y K H S L
Decimal 181 36 255 0.29 0.86 0 0 279.73 1 0.57
Hex B5 24 FF 1D 56 0 0 118 64 39
Octal 265 44 377 35 126 0 0 430 144 71
Binary 10110101 100100 11111111 11101 1010110 0 0 100011000 1100100 111001

Color Harmonies of #B524FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524FF

Black with #B524FF

Text Example


Text Example

White with #B524FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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