#B370B9

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

Shades of Fuchsia #B370B9

Tints of Fuchsia #B370B9

Color information

#B370B9 (or 0xB370B9) is unknown color: approx Fuchsia. HEX triplet: B3, 70 and B9. RGB value is (179,112,185). Sum of RGB (Red+Green+Blue) = 179+112+185=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #B370B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370B9 is #4C8F46. Grayscale: #8C8C8C. Windows color (decimal): -5017415 or 12153011. OLE color: 12153011.

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

Color convert

RGB179112185-
CMYK0.030.3900.27
HSL295.07º34.27%58.24%-
HSV(B)295.07º39.46%72.55%-
XYZ33.1424.6748.91-
YUV140.35153.2155.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=37.61%
G=23.53%
B=38.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791121850.030.3900.27295.0734.2758.24
HexB370B932701B127223a
Octal2631602713470334474272
Binary1011001111100001011100111100111011011100100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370B9; }

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

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

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

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

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

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

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

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