#B74CAA

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

Shades of Fuchsia #B74CAA

Tints of Fuchsia #B74CAA

Color information

#B74CAA (or 0xB74CAA) is unknown color: approx Fuchsia. HEX triplet: B7, 4C and AA. RGB value is (183,76,170). Sum of RGB (Red+Green+Blue) = 183+76+170=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CAA is #48B355. Grayscale: #767676. Windows color (decimal): -4764502 or 11160759. OLE color: 11160759.

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

Color convert

RGB18376170-
CMYK00.580.070.28
HSL307.29º42.63%50.78%-
HSV(B)307.29º58.47%71.76%-
XYZ29.3718.1439.98-
YUV118.71156.95173.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=42.66%
G=17.72%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837617000.580.070.28307.2942.6350.78
HexB74CAA03A71C1332b33
Octal2671142520727344635363
Binary10110111100110010101010011101011111100100110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74CAA; }

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

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

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

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

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

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

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

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