#B371BD

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

Shades of Fuchsia #B371BD

Tints of Fuchsia #B371BD

Color information

#B371BD (or 0xB371BD) is unknown color: approx Fuchsia. HEX triplet: B3, 71 and BD. RGB value is (179,113,189). Sum of RGB (Red+Green+Blue) = 179+113+189=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #B371BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371BD is #4C8E42. Grayscale: #8D8D8D. Windows color (decimal): -5017155 or 12415411. OLE color: 12415411.

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

Color convert

RGB179113189-
CMYK0.050.4000.26
HSL292.11º36.54%59.22%-
HSV(B)292.11º40.21%74.12%-
XYZ33.6825.0751.21-
YUV141.4154.87154.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=37.21%
G=23.49%
B=39.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791131890.050.4000.26292.1136.5459.22
HexB371BD52801A124253b
Octal2631612755500324444573
Binary10110011111000110111101101101000011010100100100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371BD; }

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

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

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

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

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

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

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

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