Html Css Color HEX #B72FFF Electric Purple

📋 copy color: '#B72FFF'

red 183 ◦ green 47 ◦ blue 255

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

Shades of Electric Purple #B72FFF

Tints of Electric Purple #B72FFF

RGB

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

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

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

R = 37.73%
G = 9.69%
B = 52.58%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B72FFF (or 0xB72FFF) is known color: Electric Purple. HEX triplet: B7, 2F and FF. RGB value is (183,47,255). Sum of RGB (Red+Green+Blue) = 183+47+255=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #B72FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72FFF is #48D000. Grayscale: #6E6E6E. Windows color (decimal): -4771841 or 16723895. OLE color: 16723895.

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

Color convert

RGB 183 47 255 -
CMYK 0.28 0.82 0 0
HSL 279.23º 1% 0.59% -
HSV(B) 279.23º 0.82% 1% -
XYZ 38.59 19.32 96.3 -
YUV 111.38 209.06 179.09 -
System Red Green Blue C M Y K H S L
Decimal 183 47 255 0.28 0.82 0 0 279.23 1 0.59
Hex B7 2F FF 1C 52 0 0 117 64 3B
Octal 267 57 377 34 122 0 0 427 144 73
Binary 10110111 101111 11111111 11100 1010010 0 0 100010111 1100100 111011

Color Harmonies of #B72FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FFF

Black with #B72FFF

Text Example


Text Example

White with #B72FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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