#B74AAC

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

Shades of Fuchsia #B74AAC

Tints of Fuchsia #B74AAC

Color information

#B74AAC (or 0xB74AAC) is unknown color: approx Fuchsia. HEX triplet: B7, 4A and AC. RGB value is (183,74,172). Sum of RGB (Red+Green+Blue) = 183+74+172=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AAC is #48B553. Grayscale: #757575. Windows color (decimal): -4765012 or 11291319. OLE color: 11291319.

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

Color convert

RGB18374172-
CMYK00.600.060.28
HSL306.06º43.08%50.39%-
HSV(B)306.06º59.56%71.76%-
XYZ29.4217.9440.94-
YUV117.76158.61174.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 74 (29.30% from 255) = 17.25%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=42.66%
G=17.25%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837417200.600.060.28306.0643.0850.39
HexB74AAC03C61C1322b32
Octal2671122540746344625362
Binary10110111100101010101100011110011011100100110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74AAC; }

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

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

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

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

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

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

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

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