Html Css Color HEX #B52FFE Electric Purple

📋 copy color: '#B52FFE'

red 181 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #B52FFE

Tints of Electric Purple #B52FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.7%

R = 37.55%
G = 9.75%
B = 52.7%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B52FFE (or 0xB52FFE) is known color: Electric Purple. HEX triplet: B5, 2F and FE. RGB value is (181,47,254). Sum of RGB (Red+Green+Blue) = 181+47+254=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #B52FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FFE is #4AD001. Grayscale: #6D6D6D. Windows color (decimal): -4902914 or 16658357. OLE color: 16658357.

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

Color convert

RGB 181 47 254 -
CMYK 0.29 0.81 0 0.00
HSL 278.84º 0.99% 0.59% -
HSV(B) 278.84º 0.81% 1% -
XYZ 37.96 19.01 95.43 -
YUV 110.66 208.89 178.17 -
System Red Green Blue C M Y K H S L
Decimal 181 47 254 0.29 0.81 0 0.00 278.84 0.99 0.59
Hex B5 2F FE 1D 51 0 0 117 63 3B
Octal 265 57 376 35 121 0 0 427 143 73
Binary 10110101 101111 11111110 11101 1010001 0 0 100010111 1100011 111011

Color Harmonies of #B52FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FFE

Black with #B52FFE

Text Example


Text Example

White with #B52FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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