#B72EAF

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

Shades of Fuchsia #B72EAF

Tints of Fuchsia #B72EAF

Color information

#B72EAF (or 0xB72EAF) is unknown color: approx Fuchsia. HEX triplet: B7, 2E and AF. RGB value is (183,46,175). Sum of RGB (Red+Green+Blue) = 183+46+175=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B72EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72EAF is #48D150. Grayscale: #656565. Windows color (decimal): -4772177 or 11480759. OLE color: 11480759.

HSL color Cylindrical-coordinate representation of color #B72EAF: hue angle of 303.5º 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 #B72EAF is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB18346175-
CMYK00.750.040.28
HSL303.5º59.83%44.9%-
HSV(B)303.5º74.86%71.76%-
XYZ28.2415.1241.99-
YUV101.67169.39186.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 46 (18.36% from 255) = 11.39%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=45.30%
G=11.39%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834617500.750.040.28303.559.8344.9
HexB72EAF04B41C1303c2d
Octal2675625701134344607455
Binary10110111101110101011110100101110011100100110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72EAF; }

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

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

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

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

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

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

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

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