Html Css Color HEX #B52AFF Electric Purple

📋 copy color: '#B52AFF'

red 181 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #B52AFF

Tints of Electric Purple #B52AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.79%

 BLUE value IS 255 (100% from 255) = 53.35%

R = 37.87%
G = 8.79%
B = 53.35%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B52AFF (or 0xB52AFF) is known color: Electric Purple. HEX triplet: B5, 2A and FF. RGB value is (181,42,255). Sum of RGB (Red+Green+Blue) = 181+42+255=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #B52AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52AFF is #4AD500. Grayscale: #6B6B6B. Windows color (decimal): -4904193 or 16722613. OLE color: 16722613.

HSL color Cylindrical-coordinate representation of color #B52AFF: hue angle of 279.15º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B52AFF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 42 255 -
CMYK 0.29 0.84 0 0
HSL 279.15º 1% 0.58% -
HSV(B) 279.15º 0.84% 1% -
XYZ 37.93 18.7 96.22 -
YUV 107.84 211.05 180.18 -
System Red Green Blue C M Y K H S L
Decimal 181 42 255 0.29 0.84 0 0 279.15 1 0.58
Hex B5 2A FF 1D 54 0 0 117 64 3A
Octal 265 52 377 35 124 0 0 427 144 72
Binary 10110101 101010 11111111 11101 1010100 0 0 100010111 1100100 111010

Color Harmonies of #B52AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52AFF

Black with #B52AFF

Text Example


Text Example

White with #B52AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52AFF; }

 p { color: rgb(181,42,255); }

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

background-color css

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

 a { background-color: rgb(181,42,255); }

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

border-color css

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

 span { border-color: rgb(181,42,255); }

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