Html Css Color HEX #B72CFC Electric Purple

📋 copy color: '#B72CFC'

red 183 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #B72CFC

Tints of Electric Purple #B72CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.19%

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

R = 38.2%
G = 9.19%
B = 52.61%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B72CFC (or 0xB72CFC) is known color: Electric Purple. HEX triplet: B7, 2C and FC. RGB value is (183,44,252). Sum of RGB (Red+Green+Blue) = 183+44+252=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #B72CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CFC is #48D303. Grayscale: #6C6C6C. Windows color (decimal): -4772612 or 16526519. OLE color: 16526519.

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

Color convert

RGB 183 44 252 -
CMYK 0.27 0.83 0 0.01
HSL 280.1º 0.97% 0.58% -
HSV(B) 280.1º 0.83% 0.99% -
XYZ 38 18.9 93.74 -
YUV 109.27 208.55 180.59 -
System Red Green Blue C M Y K H S L
Decimal 183 44 252 0.27 0.83 0 0.01 280.1 0.97 0.58
Hex B7 2C FC 1B 53 0 1 118 61 3A
Octal 267 54 374 33 123 0 1 430 141 72
Binary 10110111 101100 11111100 11011 1010011 0 1 100011000 1100001 111010

Color Harmonies of #B72CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CFC

Black with #B72CFC

Text Example


Text Example

White with #B72CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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