Html Css Color HEX #B52DFC Electric Purple

📋 copy color: '#B52DFC'

red 181 ◦ green 45 ◦ blue 252

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

Shades of Electric Purple #B52DFC

Tints of Electric Purple #B52DFC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.41%

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

R = 37.87%
G = 9.41%
B = 52.72%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B52DFC (or 0xB52DFC) is known color: Electric Purple. HEX triplet: B5, 2D and FC. RGB value is (181,45,252). Sum of RGB (Red+Green+Blue) = 181+45+252=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #B52DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DFC is #4AD203. Grayscale: #6C6C6C. Windows color (decimal): -4903428 or 16526773. OLE color: 16526773.

HSL color Cylindrical-coordinate representation of color #B52DFC: hue angle of 279.42º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52DFC is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 45 252 -
CMYK 0.28 0.82 0 0.01
HSL 279.42º 0.97% 0.58% -
HSV(B) 279.42º 0.82% 0.99% -
XYZ 37.57 18.73 93.73 -
YUV 109.26 208.56 179.17 -
System Red Green Blue C M Y K H S L
Decimal 181 45 252 0.28 0.82 0 0.01 279.42 0.97 0.58
Hex B5 2D FC 1C 52 0 1 117 61 3A
Octal 265 55 374 34 122 0 1 427 141 72
Binary 10110101 101101 11111100 11100 1010010 0 1 100010111 1100001 111010

Color Harmonies of #B52DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DFC

Black with #B52DFC

Text Example


Text Example

White with #B52DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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