Html Css Color HEX #B52CFB Electric Purple

📋 copy color: '#B52CFB'

red 181 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #B52CFB

Tints of Electric Purple #B52CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.24%

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

R = 38.03%
G = 9.24%
B = 52.73%

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

#B52CFB (or 0xB52CFB) is known color: Electric Purple. HEX triplet: B5, 2C and FB. RGB value is (181,44,251). Sum of RGB (Red+Green+Blue) = 181+44+251=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #B52CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CFB is #4AD304. Grayscale: #6B6B6B. Windows color (decimal): -4903685 or 16460981. OLE color: 16460981.

HSL color Cylindrical-coordinate representation of color #B52CFB: hue angle of 279.71º 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 #B52CFB is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 44 251 -
CMYK 0.28 0.82 0 0.02
HSL 279.71º 0.96% 0.58% -
HSV(B) 279.71º 0.82% 0.98% -
XYZ 37.37 18.59 92.89 -
YUV 108.56 208.39 179.67 -
System Red Green Blue C M Y K H S L
Decimal 181 44 251 0.28 0.82 0 0.02 279.71 0.96 0.58
Hex B5 2C FB 1C 52 0 2 118 60 3A
Octal 265 54 373 34 122 0 2 430 140 72
Binary 10110101 101100 11111011 11100 1010010 0 10 100011000 1100000 111010

Color Harmonies of #B52CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CFB

Black with #B52CFB

Text Example


Text Example

White with #B52CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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