Html Css Color HEX #B720FE Electric Purple

📋 copy color: '#B720FE'

red 183 ◦ green 32 ◦ blue 254

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

Shades of Electric Purple #B720FE

Tints of Electric Purple #B720FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.82%

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

R = 39.02%
G = 6.82%
B = 54.16%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B720FE (or 0xB720FE) is known color: Electric Purple. HEX triplet: B7, 20 and FE. RGB value is (183,32,254). Sum of RGB (Red+Green+Blue) = 183+32+254=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #B720FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B720FE is #48DF01. Grayscale: #656565. Windows color (decimal): -4775682 or 16654519. OLE color: 16654519.

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

Color convert

RGB 183 32 254 -
CMYK 0.28 0.87 0 0.00
HSL 280.81º 0.99% 0.56% -
HSV(B) 280.81º 0.87% 1% -
XYZ 37.93 18.26 95.29 -
YUV 102.46 213.53 185.45 -
System Red Green Blue C M Y K H S L
Decimal 183 32 254 0.28 0.87 0 0.00 280.81 0.99 0.56
Hex B7 20 FE 1C 57 0 0 119 63 38
Octal 267 40 376 34 127 0 0 431 143 70
Binary 10110111 100000 11111110 11100 1010111 0 0 100011001 1100011 111000

Color Harmonies of #B720FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720FE

Black with #B720FE

Text Example


Text Example

White with #B720FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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