#B72DAE

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

Shades of Fuchsia #B72DAE

Tints of Fuchsia #B72DAE

Color information

#B72DAE (or 0xB72DAE) is unknown color: approx Fuchsia. HEX triplet: B7, 2D and AE. RGB value is (183,45,174). Sum of RGB (Red+Green+Blue) = 183+45+174=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72DAE is #48D251. Grayscale: #646464. Windows color (decimal): -4772434 or 11414967. OLE color: 11414967.

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

Color convert

RGB18345174-
CMYK00.750.050.28
HSL303.91º60.53%44.71%-
HSV(B)303.91º75.41%71.76%-
XYZ28.111541.46-
YUV100.97169.22186.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 45 (17.97% from 255) = 11.19%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=45.52%
G=11.19%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834517400.750.050.28303.9160.5344.71
HexB72DAE04B51C1303d2d
Octal2675525601135344607555
Binary10110111101101101011100100101110111100100110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72DAE; }

 p { color: rgb(183,45,174); }

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

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

 a { background-color: rgb(183,45,174); }

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

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

 span { border-color: rgb(183,45,174); }

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