Html Css Color HEX #B720FF Electric Purple

📋 copy color: '#B720FF'

red 183 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #B720FF

Tints of Electric Purple #B720FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 38.94%
G = 6.81%
B = 54.26%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B720FF (or 0xB720FF) is known color: Electric Purple. HEX triplet: B7, 20 and FF. RGB value is (183,32,255). Sum of RGB (Red+Green+Blue) = 183+32+255=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #B720FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B720FF is #48DF00. Grayscale: #656565. Windows color (decimal): -4775681 or 16720055. OLE color: 16720055.

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

Color convert

RGB 183 32 255 -
CMYK 0.28 0.87 0 0
HSL 280.63º 1% 0.56% -
HSV(B) 280.63º 0.87% 1% -
XYZ 38.09 18.32 96.14 -
YUV 102.57 214.03 185.37 -
System Red Green Blue C M Y K H S L
Decimal 183 32 255 0.28 0.87 0 0 280.63 1 0.56
Hex B7 20 FF 1C 57 0 0 119 64 38
Octal 267 40 377 34 127 0 0 431 144 70
Binary 10110111 100000 11111111 11100 1010111 0 0 100011001 1100100 111000

Color Harmonies of #B720FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720FF

Black with #B720FF

Text Example


Text Example

White with #B720FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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