Html Css Color HEX #B524F5 Electric Purple

📋 copy color: '#B524F5'

red 181 ◦ green 36 ◦ blue 245

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

Shades of Electric Purple #B524F5

Tints of Electric Purple #B524F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.03%

R = 39.18%
G = 7.79%
B = 53.03%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B524F5 (or 0xB524F5) is known color: Electric Purple. HEX triplet: B5, 24 and F5. RGB value is (181,36,245). Sum of RGB (Red+Green+Blue) = 181+36+245=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #B524F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B524F5 is #4ADB0A. Grayscale: #666666. Windows color (decimal): -4905739 or 16065717. OLE color: 16065717.

HSL color Cylindrical-coordinate representation of color #B524F5: hue angle of 281.63º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B524F5 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 36 245 -
CMYK 0.26 0.85 0 0.04
HSL 281.63º 0.91% 0.55% -
HSV(B) 281.63º 0.85% 0.96% -
XYZ 36.17 17.68 87.89 -
YUV 103.18 208.04 183.51 -
System Red Green Blue C M Y K H S L
Decimal 181 36 245 0.26 0.85 0 0.04 281.63 0.91 0.55
Hex B5 24 F5 1A 55 0 4 11A 5B 37
Octal 265 44 365 32 125 0 4 432 133 67
Binary 10110101 100100 11110101 11010 1010101 0 100 100011010 1011011 110111

Color Harmonies of #B524F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B524F5

Black with #B524F5

Text Example


Text Example

White with #B524F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B524F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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