#B72EAC

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

Shades of Fuchsia #B72EAC

Tints of Fuchsia #B72EAC

Color information

#B72EAC (or 0xB72EAC) is unknown color: approx Fuchsia. HEX triplet: B7, 2E and AC. RGB value is (183,46,172). Sum of RGB (Red+Green+Blue) = 183+46+172=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B72EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72EAC is #48D153. Grayscale: #646464. Windows color (decimal): -4772180 or 11284151. OLE color: 11284151.

HSL color Cylindrical-coordinate representation of color #B72EAC: hue angle of 304.82º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72EAC is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18346172-
CMYK00.750.060.28
HSL304.82º59.83%44.9%-
HSV(B)304.82º74.86%71.76%-
XYZ27.951540.45-
YUV101.33167.89186.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 46 (18.36% from 255) = 11.47%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=45.64%
G=11.47%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834617200.750.060.28304.8259.8344.9
HexB72EAC04B61C1313c2d
Octal2675625401136344617455
Binary10110111101110101011000100101111011100100110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72EAC; }

 p { color: rgb(183,46,172); }

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

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

 a { background-color: rgb(183,46,172); }

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

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

 span { border-color: rgb(183,46,172); }

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