Html Css Color HEX #B524FA Electric Purple

📋 copy color: '#B524FA'

red 181 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #B524FA

Tints of Electric Purple #B524FA

RGB

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

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

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

R = 38.76%
G = 7.71%
B = 53.53%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B524FA (or 0xB524FA) is known color: Electric Purple. HEX triplet: B5, 24 and FA. RGB value is (181,36,250). Sum of RGB (Red+Green+Blue) = 181+36+250=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 36 (14.45% from 255 or 7.71% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #B524FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B524FA is #4ADB05. Grayscale: #676767. Windows color (decimal): -4905734 or 16393397. OLE color: 16393397.

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

Color convert

RGB 181 36 250 -
CMYK 0.28 0.86 0 0.02
HSL 280.65º 0.96% 0.56% -
HSV(B) 280.65º 0.86% 0.98% -
XYZ 36.94 17.99 91.97 -
YUV 103.75 210.54 183.1 -
System Red Green Blue C M Y K H S L
Decimal 181 36 250 0.28 0.86 0 0.02 280.65 0.96 0.56
Hex B5 24 FA 1C 56 0 2 119 60 38
Octal 265 44 372 34 126 0 2 431 140 70
Binary 10110101 100100 11111010 11100 1010110 0 10 100011001 1100000 111000

Color Harmonies of #B524FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524FA

Black with #B524FA

Text Example


Text Example

White with #B524FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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