#B72CAD

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

Shades of Fuchsia #B72CAD

Tints of Fuchsia #B72CAD

Color information

#B72CAD (or 0xB72CAD) is unknown color: approx Fuchsia. HEX triplet: B7, 2C and AD. RGB value is (183,44,173). Sum of RGB (Red+Green+Blue) = 183+44+173=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B72CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72CAD is #48D352. Grayscale: #636363. Windows color (decimal): -4772691 or 11349175. OLE color: 11349175.

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

Color convert

RGB18344173-
CMYK00.760.050.28
HSL304.32º61.23%44.51%-
HSV(B)304.32º75.96%71.76%-
XYZ27.9714.8940.93-
YUV100.27169.05187.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 44 (17.58% from 255) = 11%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=45.75%
G=11%
B=43.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834417300.760.050.28304.3261.2344.51
HexB72CAD04C51C1303d2d
Octal2675425501145344607555
Binary10110111101100101011010100110010111100100110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72CAD; }

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

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

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

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

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

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

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

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