#B74CAC

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

Shades of Fuchsia #B74CAC

Tints of Fuchsia #B74CAC

Color information

#B74CAC (or 0xB74CAC) is unknown color: approx Fuchsia. HEX triplet: B7, 4C and AC. RGB value is (183,76,172). Sum of RGB (Red+Green+Blue) = 183+76+172=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CAC is #48B353. Grayscale: #767676. Windows color (decimal): -4764500 or 11291831. OLE color: 11291831.

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

Color convert

RGB18376172-
CMYK00.580.060.28
HSL306.17º42.63%50.78%-
HSV(B)306.17º58.47%71.76%-
XYZ29.5618.2140.99-
YUV118.94157.95173.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=42.46%
G=17.63%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837617200.580.060.28306.1742.6350.78
HexB74CAC03A61C1322b33
Octal2671142540726344625363
Binary10110111100110010101100011101011011100100110010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74CAC; }

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

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

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

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

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

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

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

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