#B975C0

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

Shades of Fuchsia #B975C0

Tints of Fuchsia #B975C0

Color information

#B975C0 (or 0xB975C0) is unknown color: approx Fuchsia. HEX triplet: B9, 75 and C0. RGB value is (185,117,192). Sum of RGB (Red+Green+Blue) = 185+117+192=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #B975C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975C0 is #468A3F. Grayscale: #919191. Windows color (decimal): -4622912 or 12613049. OLE color: 12613049.

HSL color Cylindrical-coordinate representation of color #B975C0: hue angle of 294.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B975C0 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185117192-
CMYK0.040.3900.25
HSL294.4º37.31%60.59%-
HSV(B)294.4º39.06%75.29%-
XYZ35.8826.8453.16-
YUV145.88154.03155.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 117 (46.09% from 255) = 23.68%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=37.45%
G=23.68%
B=38.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851171920.040.3900.25294.437.3160.59
HexB975C0427019126253d
Octal2711653004470314464575
Binary10111001111010111000000100100111011001100100110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975C0; }

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

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

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

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

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

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

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

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