#B975BB

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

Shades of Fuchsia #B975BB

Tints of Fuchsia #B975BB

Color information

#B975BB (or 0xB975BB) is unknown color: approx Fuchsia. HEX triplet: B9, 75 and BB. RGB value is (185,117,187). Sum of RGB (Red+Green+Blue) = 185+117+187=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #B975BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975BB is #468A44. Grayscale: #919191. Windows color (decimal): -4622917 or 12285369. OLE color: 12285369.

HSL color Cylindrical-coordinate representation of color #B975BB: hue angle of 298.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B975BB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185117187-
CMYK0.010.3700.27
HSL298.29º33.98%59.61%-
HSV(B)298.29º37.43%73.33%-
XYZ35.3426.6250.29-
YUV145.31151.53156.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 117 (46.09% from 255) = 23.93%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=37.83%
G=23.93%
B=38.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851171870.010.3700.27298.2933.9859.61
HexB975BB12501B12a223c
Octal2711652731450334524274
Binary101110011110101101110111100101011011100101010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975BB; }

 p { color: rgb(185,117,187); }

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

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

 a { background-color: rgb(185,117,187); }

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

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

 span { border-color: rgb(185,117,187); }

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