Html Css Color HEX #B52CFC Electric Purple

📋 copy color: '#B52CFC'

red 181 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #B52CFC

Tints of Electric Purple #B52CFC

RGB

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

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

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

R = 37.95%
G = 9.22%
B = 52.83%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B52CFC (or 0xB52CFC) is known color: Electric Purple. HEX triplet: B5, 2C and FC. RGB value is (181,44,252). Sum of RGB (Red+Green+Blue) = 181+44+252=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #B52CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CFC is #4AD303. Grayscale: #6B6B6B. Windows color (decimal): -4903684 or 16526517. OLE color: 16526517.

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

Color convert

RGB 181 44 252 -
CMYK 0.28 0.83 0 0.01
HSL 279.52º 0.97% 0.58% -
HSV(B) 279.52º 0.83% 0.99% -
XYZ 37.53 18.65 93.72 -
YUV 108.68 208.89 179.59 -
System Red Green Blue C M Y K H S L
Decimal 181 44 252 0.28 0.83 0 0.01 279.52 0.97 0.58
Hex B5 2C FC 1C 53 0 1 118 61 3A
Octal 265 54 374 34 123 0 1 430 141 72
Binary 10110101 101100 11111100 11100 1010011 0 1 100011000 1100001 111010

Color Harmonies of #B52CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CFC

Black with #B52CFC

Text Example


Text Example

White with #B52CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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