#B75DAC

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

Shades of Fuchsia #B75DAC

Tints of Fuchsia #B75DAC

Color information

#B75DAC (or 0xB75DAC) is unknown color: approx Fuchsia. HEX triplet: B7, 5D and AC. RGB value is (183,93,172). Sum of RGB (Red+Green+Blue) = 183+93+172=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B75DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75DAC is #48A253. Grayscale: #808080. Windows color (decimal): -4760148 or 11296183. OLE color: 11296183.

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

Color convert

RGB18393172-
CMYK00.490.060.28
HSL307.33º38.46%54.12%-
HSV(B)307.33º49.18%71.76%-
XYZ30.8920.8741.43-
YUV128.92152.32166.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.85%
GREEN value IS 93 (36.72% from 255) = 20.76%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=40.85%
G=20.76%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839317200.490.060.28307.3338.4654.12
HexB75DAC03161C1332636
Octal2671352540616344634666
Binary10110111101110110101100011000111011100100110011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DAC; }

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

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

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

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

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

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

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

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