#B72EAD

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

Shades of Fuchsia #B72EAD

Tints of Fuchsia #B72EAD

Color information

#B72EAD (or 0xB72EAD) is unknown color: approx Fuchsia. HEX triplet: B7, 2E and AD. RGB value is (183,46,173). Sum of RGB (Red+Green+Blue) = 183+46+173=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B72EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72EAD is #48D152. Grayscale: #656565. Windows color (decimal): -4772179 or 11349687. OLE color: 11349687.

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

Color convert

RGB18346173-
CMYK00.750.050.28
HSL304.38º59.83%44.9%-
HSV(B)304.38º74.86%71.76%-
XYZ28.0515.0440.96-
YUV101.44168.39186.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 46 (18.36% from 255) = 11.44%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=45.52%
G=11.44%
B=43.03%

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
Decimal1834617300.750.050.28304.3859.8344.9
HexB72EAD04B51C1303c2d
Octal2675625501135344607455
Binary10110111101110101011010100101110111100100110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72EAD; }

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

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

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

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

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

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

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

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