#B970B9

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

Shades of Fuchsia #B970B9

Tints of Fuchsia #B970B9

Color information

#B970B9 (or 0xB970B9) is unknown color: approx Fuchsia. HEX triplet: B9, 70 and B9. RGB value is (185,112,185). Sum of RGB (Red+Green+Blue) = 185+112+185=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B970B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970B9 is #468F46. Grayscale: #8D8D8D. Windows color (decimal): -4624199 or 12153017. OLE color: 12153017.

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

Color convert

RGB185112185-
CMYK00.3900.27
HSL300º34.27%58.24%-
HSV(B)300º39.46%72.55%-
XYZ34.5625.4148.98-
YUV142.15152.18158.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 112 (44.14% from 255) = 23.24%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=38.38%
G=23.24%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511218500.3900.2730034.2758.24
HexB970B902701B12c223a
Octal2711602710470334544272
Binary101110011110000101110010100111011011100101100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970B9; }

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

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

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

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

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

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

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

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