#B971B9

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

Shades of Fuchsia #B971B9

Tints of Fuchsia #B971B9

Color information

#B971B9 (or 0xB971B9) is unknown color: approx Fuchsia. HEX triplet: B9, 71 and B9. RGB value is (185,113,185). Sum of RGB (Red+Green+Blue) = 185+113+185=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B971B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971B9 is #468E46. Grayscale: #8E8E8E. Windows color (decimal): -4623943 or 12153273. OLE color: 12153273.

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

Color convert

RGB185113185-
CMYK00.3900.27
HSL300º33.96%58.43%-
HSV(B)300º38.92%72.55%-
XYZ34.6725.6349.02-
YUV142.74151.85158.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=38.30%
G=23.40%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511318500.3900.2730033.9658.43
HexB971B902701B12c223a
Octal2711612710470334544272
Binary101110011110001101110010100111011011100101100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971B9; }

 p { color: rgb(185,113,185); }

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

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

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

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

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

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

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