#B370BD

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

Shades of Fuchsia #B370BD

Tints of Fuchsia #B370BD

Color information

#B370BD (or 0xB370BD) is unknown color: approx Fuchsia. HEX triplet: B3, 70 and BD. RGB value is (179,112,189). Sum of RGB (Red+Green+Blue) = 179+112+189=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #B370BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B370BD is #4C8F42. Grayscale: #8C8C8C. Windows color (decimal): -5017411 or 12415155. OLE color: 12415155.

HSL color Cylindrical-coordinate representation of color #B370BD: hue angle of 292.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B370BD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179112189-
CMYK0.050.4100.26
HSL292.21º36.84%59.02%-
HSV(B)292.21º40.74%74.12%-
XYZ33.5724.8551.17-
YUV140.81155.2155.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=37.29%
G=23.33%
B=39.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791121890.050.4100.26292.2136.8459.02
HexB370BD52901A124253b
Octal2631602755510324444573
Binary10110011111000010111101101101001011010100100100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370BD; }

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

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

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

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

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

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

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

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