#B370BA

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

Shades of Fuchsia #B370BA

Tints of Fuchsia #B370BA

Color information

#B370BA (or 0xB370BA) is unknown color: approx Fuchsia. HEX triplet: B3, 70 and BA. RGB value is (179,112,186). Sum of RGB (Red+Green+Blue) = 179+112+186=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B370BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370BA is #4C8F45. Grayscale: #8C8C8C. Windows color (decimal): -5017414 or 12218547. OLE color: 12218547.

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

Color convert

RGB179112186-
CMYK0.040.4000.27
HSL294.32º34.91%58.43%-
HSV(B)294.32º39.78%72.94%-
XYZ33.2524.7249.47-
YUV140.47153.7155.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=37.53%
G=23.48%
B=38.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791121860.040.4000.27294.3234.9158.43
HexB370BA42801B126233a
Octal2631602724500334464372
Binary10110011111000010111010100101000011011100100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370BA; }

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

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

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

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

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

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

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

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