#B72AF3

Color #B72AF3 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B72AF3

Tints of Electric Purple #B72AF3

Color information

#B72AF3 (or 0xB72AF3) is unknown color: approx Electric Purple. HEX triplet: B7, 2A and F3. RGB value is (183,42,243). Sum of RGB (Red+Green+Blue) = 183+42+243=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #B72AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72AF3 is #48D50C. Grayscale: #6A6A6A. Windows color (decimal): -4773133 or 15936183. OLE color: 15936183.

HSL color Cylindrical-coordinate representation of color #B72AF3: hue angle of 282.09º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72AF3 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18342243-
CMYK0.250.8300.05
HSL282.09º89.33%55.88%-
HSV(B)282.09º82.72%95.29%-
XYZ36.5318.1986.38-
YUV107.07204.71182.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 42 (16.80% from 255) = 8.97%
BLUE value IS 243 (95.31% from 255) = 51.92%
R=39.10%
G=8.97%
B=51.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal183422430.250.8300.05282.0989.3355.88
HexB72AF319530511a5938
Octal26752363311230543213170
Binary101101111010101111001111001101001101011000110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72AF3; }

 p { color: rgb(183,42,243); }

 H1.HeaderClassName
 {
   color: #B72AF3;
 }
 .AnyTagClassName
 {
   color: #B72AF3;
 }
</style>
background-color css

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

 a { background-color: rgb(183,42,243); }

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

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

 span { border-color: rgb(183,42,243); }

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