Html Css Color HEX #B525FD Electric Purple

📋 copy color: '#B525FD'

red 181 ◦ green 37 ◦ blue 253

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

Shades of Electric Purple #B525FD

Tints of Electric Purple #B525FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.72%

R = 38.43%
G = 7.86%
B = 53.72%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B525FD (or 0xB525FD) is known color: Electric Purple. HEX triplet: B5, 25 and FD. RGB value is (181,37,253). Sum of RGB (Red+Green+Blue) = 181+37+253=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #B525FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B525FD is #4ADA02. Grayscale: #676767. Windows color (decimal): -4905475 or 16590261. OLE color: 16590261.

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

Color convert

RGB 181 37 253 -
CMYK 0.28 0.85 0 0.01
HSL 280º 0.98% 0.57% -
HSV(B) 280º 0.85% 0.99% -
XYZ 37.45 18.24 94.48 -
YUV 104.68 211.71 182.44 -
System Red Green Blue C M Y K H S L
Decimal 181 37 253 0.28 0.85 0 0.01 280 0.98 0.57
Hex B5 25 FD 1C 55 0 1 118 62 39
Octal 265 45 375 34 125 0 1 430 142 71
Binary 10110101 100101 11111101 11100 1010101 0 1 100011000 1100010 111001

Color Harmonies of #B525FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525FD

Black with #B525FD

Text Example


Text Example

White with #B525FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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