Html Css Color HEX #B525FC Electric Purple

📋 copy color: '#B525FC'

red 181 ◦ green 37 ◦ blue 252

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

Shades of Electric Purple #B525FC

Tints of Electric Purple #B525FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 38.51%
G = 7.87%
B = 53.62%

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

#B525FC (or 0xB525FC) is known color: Electric Purple. HEX triplet: B5, 25 and FC. RGB value is (181,37,252). Sum of RGB (Red+Green+Blue) = 181+37+252=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #B525FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B525FC is #4ADA03. Grayscale: #676767. Windows color (decimal): -4905476 or 16524725. OLE color: 16524725.

HSL color Cylindrical-coordinate representation of color #B525FC: hue angle of 280.19º degrees, saturation: 0.97, 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 #B525FC is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 37 252 -
CMYK 0.28 0.85 0 0.01
HSL 280.19º 0.97% 0.57% -
HSV(B) 280.19º 0.85% 0.99% -
XYZ 37.29 18.18 93.64 -
YUV 104.57 211.21 182.52 -
System Red Green Blue C M Y K H S L
Decimal 181 37 252 0.28 0.85 0 0.01 280.19 0.97 0.57
Hex B5 25 FC 1C 55 0 1 118 61 39
Octal 265 45 374 34 125 0 1 430 141 71
Binary 10110101 100101 11111100 11100 1010101 0 1 100011000 1100001 111001

Color Harmonies of #B525FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525FC

Black with #B525FC

Text Example


Text Example

White with #B525FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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