Html Css Color HEX #B525FA Electric Purple

📋 copy color: '#B525FA'

red 181 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #B525FA

Tints of Electric Purple #B525FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 38.68%
G = 7.91%
B = 53.42%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B525FA (or 0xB525FA) is known color: Electric Purple. HEX triplet: B5, 25 and FA. RGB value is (181,37,250). Sum of RGB (Red+Green+Blue) = 181+37+250=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #B525FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B525FA is #4ADA05. Grayscale: #676767. Windows color (decimal): -4905478 or 16393653. OLE color: 16393653.

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

Color convert

RGB 181 37 250 -
CMYK 0.28 0.85 0 0.02
HSL 280.56º 0.96% 0.56% -
HSV(B) 280.56º 0.85% 0.98% -
XYZ 36.97 18.05 91.98 -
YUV 104.34 210.21 182.68 -
System Red Green Blue C M Y K H S L
Decimal 181 37 250 0.28 0.85 0 0.02 280.56 0.96 0.56
Hex B5 25 FA 1C 55 0 2 119 60 38
Octal 265 45 372 34 125 0 2 431 140 70
Binary 10110101 100101 11111010 11100 1010101 0 10 100011001 1100000 111000

Color Harmonies of #B525FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B525FA

Black with #B525FA

Text Example


Text Example

White with #B525FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B525FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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