Html Css Color HEX #B72AFE Electric Purple

📋 copy color: '#B72AFE'

red 183 ◦ green 42 ◦ blue 254

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

Shades of Electric Purple #B72AFE

Tints of Electric Purple #B72AFE

RGB

 RED value IS 183 (71.88% from 255) = 38.2%

 GREEN value IS 42 (16.8% from 255) = 8.77%

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

R = 38.2%
G = 8.77%
B = 53.03%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B72AFE (or 0xB72AFE) is known color: Electric Purple. HEX triplet: B7, 2A and FE. RGB value is (183,42,254). Sum of RGB (Red+Green+Blue) = 183+42+254=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #B72AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72AFE is #48D501. Grayscale: #6B6B6B. Windows color (decimal): -4773122 or 16657079. OLE color: 16657079.

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

Color convert

RGB 183 42 254 -
CMYK 0.28 0.83 0 0.00
HSL 279.91º 0.99% 0.58% -
HSV(B) 279.91º 0.83% 1% -
XYZ 38.25 18.88 95.39 -
YUV 108.33 210.21 181.26 -
System Red Green Blue C M Y K H S L
Decimal 183 42 254 0.28 0.83 0 0.00 279.91 0.99 0.58
Hex B7 2A FE 1C 53 0 0 118 63 3A
Octal 267 52 376 34 123 0 0 430 143 72
Binary 10110111 101010 11111110 11100 1010011 0 0 100011000 1100011 111010

Color Harmonies of #B72AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72AFE

Black with #B72AFE

Text Example


Text Example

White with #B72AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72AFE; }

 p { color: rgb(183,42,254); }

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

background-color css

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

 a { background-color: rgb(183,42,254); }

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

border-color css

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

 span { border-color: rgb(183,42,254); }

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