Html Css Color HEX #B525FF Electric Purple

📋 copy color: '#B525FF'

red 181 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #B525FF

Tints of Electric Purple #B525FF

RGB

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

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

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

R = 38.27%
G = 7.82%
B = 53.91%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B525FF (or 0xB525FF) is known color: Electric Purple. HEX triplet: B5, 25 and FF. RGB value is (181,37,255). Sum of RGB (Red+Green+Blue) = 181+37+255=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #B525FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B525FF is #4ADA00. Grayscale: #686868. Windows color (decimal): -4905473 or 16721333. OLE color: 16721333.

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

Color convert

RGB 181 37 255 -
CMYK 0.29 0.85 0 0
HSL 279.63º 1% 0.57% -
HSV(B) 279.63º 0.85% 1% -
XYZ 37.77 18.37 96.16 -
YUV 104.91 212.71 182.27 -
System Red Green Blue C M Y K H S L
Decimal 181 37 255 0.29 0.85 0 0 279.63 1 0.57
Hex B5 25 FF 1D 55 0 0 118 64 39
Octal 265 45 377 35 125 0 0 430 144 71
Binary 10110101 100101 11111111 11101 1010101 0 0 100011000 1100100 111001

Color Harmonies of #B525FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525FF

Black with #B525FF

Text Example


Text Example

White with #B525FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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