#B75FAB

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

Shades of Fuchsia #B75FAB

Tints of Fuchsia #B75FAB

Color information

#B75FAB (or 0xB75FAB) is unknown color: approx Fuchsia. HEX triplet: B7, 5F and AB. RGB value is (183,95,171). Sum of RGB (Red+Green+Blue) = 183+95+171=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B75FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75FAB is #48A054. Grayscale: #818181. Windows color (decimal): -4759637 or 11231159. OLE color: 11231159.

HSL color Cylindrical-coordinate representation of color #B75FAB: hue angle of 308.18º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B75FAB is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18395171-
CMYK00.480.070.28
HSL308.18º37.93%54.51%-
HSV(B)308.18º48.09%71.76%-
XYZ30.9721.1940.99-
YUV129.98151.15165.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=40.76%
G=21.16%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839517100.480.070.28308.1837.9354.51
HexB75FAB03071C1342637
Octal2671372530607344644667
Binary10110111101111110101011011000011111100100110100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75FAB; }

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

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

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

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

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

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

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

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