#B971B6

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

Shades of Fuchsia #B971B6

Tints of Fuchsia #B971B6

Color information

#B971B6 (or 0xB971B6) is unknown color: approx Fuchsia. HEX triplet: B9, 71 and B6. RGB value is (185,113,182). Sum of RGB (Red+Green+Blue) = 185+113+182=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B971B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971B6 is #468E49. Grayscale: #8E8E8E. Windows color (decimal): -4623946 or 11956665. OLE color: 11956665.

HSL color Cylindrical-coordinate representation of color #B971B6: hue angle of 302.5º 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 #B971B6 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB185113182-
CMYK00.390.020.27
HSL302.5º33.96%58.43%-
HSV(B)302.5º38.92%72.55%-
XYZ34.3625.547.37-
YUV142.39150.35158.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 113 (44.53% from 255) = 23.54%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=38.54%
G=23.54%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511318200.390.020.27302.533.9658.43
HexB971B602721B12e223a
Octal2711612660472334564272
Binary1011100111100011011011001001111011011100101110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971B6; }

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

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

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

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

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

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

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

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