Html Css Color HEX #B52FFB Electric Purple

📋 copy color: '#B52FFB'

red 181 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #B52FFB

Tints of Electric Purple #B52FFB

RGB

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

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

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

R = 37.79%
G = 9.81%
B = 52.4%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B52FFB (or 0xB52FFB) is known color: Electric Purple. HEX triplet: B5, 2F and FB. RGB value is (181,47,251). Sum of RGB (Red+Green+Blue) = 181+47+251=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #B52FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FFB is #4AD004. Grayscale: #6D6D6D. Windows color (decimal): -4902917 or 16461749. OLE color: 16461749.

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

Color convert

RGB 181 47 251 -
CMYK 0.28 0.81 0 0.02
HSL 279.41º 0.96% 0.58% -
HSV(B) 279.41º 0.81% 0.98% -
XYZ 37.49 18.82 92.92 -
YUV 110.32 207.39 178.41 -
System Red Green Blue C M Y K H S L
Decimal 181 47 251 0.28 0.81 0 0.02 279.41 0.96 0.58
Hex B5 2F FB 1C 51 0 2 117 60 3A
Octal 265 57 373 34 121 0 2 427 140 72
Binary 10110101 101111 11111011 11100 1010001 0 10 100010111 1100000 111010

Color Harmonies of #B52FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FFB

Black with #B52FFB

Text Example


Text Example

White with #B52FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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