#B070B9

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

Shades of Fuchsia #B070B9

Tints of Fuchsia #B070B9

Color information

#B070B9 (or 0xB070B9) is unknown color: approx Fuchsia. HEX triplet: B0, 70 and B9. RGB value is (176,112,185). Sum of RGB (Red+Green+Blue) = 176+112+185=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 185 - color contains mainly: blue. Hex color #B070B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070B9 is #4F8F46. Grayscale: #8B8B8B. Windows color (decimal): -5214023 or 12153008. OLE color: 12153008.

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

Color convert

RGB176112185-
CMYK0.050.3900.27
HSL292.6º34.27%58.24%-
HSV(B)292.6º39.46%72.55%-
XYZ32.4624.3248.88-
YUV139.46153.7154.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 185 (72.66% from 255) = 39.11%
R=37.21%
G=23.68%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761121850.050.3900.27292.634.2758.24
HexB070B952701B125223a
Octal2601602715470334454272
Binary10110000111000010111001101100111011011100100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B070B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B070B9; }

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

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

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

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

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

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

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

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