#B973BD

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

Shades of Fuchsia #B973BD

Tints of Fuchsia #B973BD

Color information

#B973BD (or 0xB973BD) is unknown color: approx Fuchsia. HEX triplet: B9, 73 and BD. RGB value is (185,115,189). Sum of RGB (Red+Green+Blue) = 185+115+189=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #B973BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973BD is #468C42. Grayscale: #909090. Windows color (decimal): -4623427 or 12415929. OLE color: 12415929.

HSL color Cylindrical-coordinate representation of color #B973BD: hue angle of 296.76º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B973BD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185115189-
CMYK0.020.3900.26
HSL296.76º35.92%59.61%-
HSV(B)296.76º39.15%74.12%-
XYZ35.3226.2551.35-
YUV144.37153.19156.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 189 (74.22% from 255) = 38.65%
R=37.83%
G=23.52%
B=38.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851151890.020.3900.26296.7635.9259.61
HexB973BD22701A129243c
Octal2711632752470324514474
Binary1011100111100111011110110100111011010100101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973BD; }

 p { color: rgb(185,115,189); }

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

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

 a { background-color: rgb(185,115,189); }

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

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

 span { border-color: rgb(185,115,189); }

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