Html Css Color HEX #B52DFB Electric Purple

📋 copy color: '#B52DFB'

red 181 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #B52DFB

Tints of Electric Purple #B52DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 37.95%
G = 9.43%
B = 52.62%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B52DFB (or 0xB52DFB) is known color: Electric Purple. HEX triplet: B5, 2D and FB. RGB value is (181,45,251). Sum of RGB (Red+Green+Blue) = 181+45+251=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #B52DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DFB is #4AD204. Grayscale: #6C6C6C. Windows color (decimal): -4903429 or 16461237. OLE color: 16461237.

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

Color convert

RGB 181 45 251 -
CMYK 0.28 0.82 0 0.02
HSL 279.61º 0.96% 0.58% -
HSV(B) 279.61º 0.82% 0.98% -
XYZ 37.41 18.67 92.9 -
YUV 109.15 208.06 179.25 -
System Red Green Blue C M Y K H S L
Decimal 181 45 251 0.28 0.82 0 0.02 279.61 0.96 0.58
Hex B5 2D FB 1C 52 0 2 118 60 3A
Octal 265 55 373 34 122 0 2 430 140 72
Binary 10110101 101101 11111011 11100 1010010 0 10 100011000 1100000 111010

Color Harmonies of #B52DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DFB

Black with #B52DFB

Text Example


Text Example

White with #B52DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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