Html Css Color HEX #B52FFC Electric Purple

📋 copy color: '#B52FFC'

red 181 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #B52FFC

Tints of Electric Purple #B52FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.79%

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

R = 37.71%
G = 9.79%
B = 52.5%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B52FFC (or 0xB52FFC) is known color: Electric Purple. HEX triplet: B5, 2F and FC. RGB value is (181,47,252). Sum of RGB (Red+Green+Blue) = 181+47+252=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 47 (18.75% from 255 or 9.79% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #B52FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FFC is #4AD003. Grayscale: #6D6D6D. Windows color (decimal): -4902916 or 16527285. OLE color: 16527285.

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

Color convert

RGB 181 47 252 -
CMYK 0.28 0.81 0 0.01
HSL 279.22º 0.97% 0.59% -
HSV(B) 279.22º 0.81% 0.99% -
XYZ 37.64 18.89 93.76 -
YUV 110.44 207.89 178.33 -
System Red Green Blue C M Y K H S L
Decimal 181 47 252 0.28 0.81 0 0.01 279.22 0.97 0.59
Hex B5 2F FC 1C 51 0 1 117 61 3B
Octal 265 57 374 34 121 0 1 427 141 73
Binary 10110101 101111 11111100 11100 1010001 0 1 100010111 1100001 111011

Color Harmonies of #B52FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FFC

Black with #B52FFC

Text Example


Text Example

White with #B52FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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