#B371BB

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

Shades of Fuchsia #B371BB

Tints of Fuchsia #B371BB

Color information

#B371BB (or 0xB371BB) is unknown color: approx Fuchsia. HEX triplet: B3, 71 and BB. RGB value is (179,113,187). Sum of RGB (Red+Green+Blue) = 179+113+187=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #B371BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371BB is #4C8E44. Grayscale: #8C8C8C. Windows color (decimal): -5017157 or 12284339. OLE color: 12284339.

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

Color convert

RGB179113187-
CMYK0.040.4000.27
HSL293.51º35.24%58.82%-
HSV(B)293.51º39.57%73.33%-
XYZ33.4724.9850.07-
YUV141.17153.87154.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.37%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=37.37%
G=23.59%
B=39.04%

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
Decimal1791131870.040.4000.27293.5135.2458.82
HexB371BB42801B126233b
Octal2631612734500334464373
Binary10110011111000110111011100101000011011100100110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371BB; }

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

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

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

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

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

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

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

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