Html Css Color HEX #B72FFC Electric Purple

📋 copy color: '#B72FFC'

red 183 ◦ green 47 ◦ blue 252

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

Shades of Electric Purple #B72FFC

Tints of Electric Purple #B72FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 37.97%
G = 9.75%
B = 52.28%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B72FFC (or 0xB72FFC) is known color: Electric Purple. HEX triplet: B7, 2F and FC. RGB value is (183,47,252). Sum of RGB (Red+Green+Blue) = 183+47+252=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #B72FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72FFC is #48D003. Grayscale: #6E6E6E. Windows color (decimal): -4771844 or 16527287. OLE color: 16527287.

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

Color convert

RGB 183 47 252 -
CMYK 0.27 0.81 0 0.01
HSL 279.8º 0.97% 0.59% -
HSV(B) 279.8º 0.81% 0.99% -
XYZ 38.12 19.13 93.78 -
YUV 111.03 207.56 179.33 -
System Red Green Blue C M Y K H S L
Decimal 183 47 252 0.27 0.81 0 0.01 279.8 0.97 0.59
Hex B7 2F FC 1B 51 0 1 118 61 3B
Octal 267 57 374 33 121 0 1 430 141 73
Binary 10110111 101111 11111100 11011 1010001 0 1 100011000 1100001 111011

Color Harmonies of #B72FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FFC

Black with #B72FFC

Text Example


Text Example

White with #B72FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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