#B975C2

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

Shades of Fuchsia #B975C2

Tints of Fuchsia #B975C2

Color information

#B975C2 (or 0xB975C2) is unknown color: approx Fuchsia. HEX triplet: B9, 75 and C2. RGB value is (185,117,194). Sum of RGB (Red+Green+Blue) = 185+117+194=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #B975C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975C2 is #468A3D. Grayscale: #919191. Windows color (decimal): -4622910 or 12744121. OLE color: 12744121.

HSL color Cylindrical-coordinate representation of color #B975C2: hue angle of 292.99º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B975C2 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185117194-
CMYK0.050.4000.24
HSL292.99º38.69%60.98%-
HSV(B)292.99º39.69%76.08%-
XYZ36.1126.9354.33-
YUV146.11155.03155.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=37.30%
G=23.59%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851171940.050.4000.24292.9938.6960.98
HexB975C2528018125273d
Octal2711653025500304454775
Binary10111001111010111000010101101000011000100100101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975C2; }

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

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

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

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

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

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

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

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