#B74CAB

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

Shades of Fuchsia #B74CAB

Tints of Fuchsia #B74CAB

Color information

#B74CAB (or 0xB74CAB) is unknown color: approx Fuchsia. HEX triplet: B7, 4C and AB. RGB value is (183,76,171). Sum of RGB (Red+Green+Blue) = 183+76+171=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B74CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74CAB is #48B354. Grayscale: #767676. Windows color (decimal): -4764501 or 11226295. OLE color: 11226295.

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

Color convert

RGB18376171-
CMYK00.580.070.28
HSL306.73º42.63%50.78%-
HSV(B)306.73º58.47%71.76%-
XYZ29.4618.1840.48-
YUV118.82157.45173.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 76 (30.08% from 255) = 17.67%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=42.56%
G=17.67%
B=39.77%

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
Decimal1837617100.580.070.28306.7342.6350.78
HexB74CAB03A71C1332b33
Octal2671142530727344635363
Binary10110111100110010101011011101011111100100110011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74CAB; }

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

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

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

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

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

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

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

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