#B75BAC

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

Shades of Fuchsia #B75BAC

Tints of Fuchsia #B75BAC

Color information

#B75BAC (or 0xB75BAC) is unknown color: approx Fuchsia. HEX triplet: B7, 5B and AC. RGB value is (183,91,172). Sum of RGB (Red+Green+Blue) = 183+91+172=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B75BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75BAC is #48A453. Grayscale: #7F7F7F. Windows color (decimal): -4760660 or 11295671. OLE color: 11295671.

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

Color convert

RGB18391172-
CMYK00.500.060.28
HSL307.17º38.98%53.73%-
HSV(B)307.17º50.27%71.76%-
XYZ30.7220.5341.37-
YUV127.74152.98167.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 91 (35.94% from 255) = 20.40%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=41.03%
G=20.40%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839117200.500.060.28307.1738.9853.73
HexB75BAC03261C1332736
Octal2671332540626344634766
Binary10110111101101110101100011001011011100100110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75BAC; }

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

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

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

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

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

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

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

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