#b371be

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

Shades of Fuchsia #B371BE

Tints of Fuchsia #B371BE

Color information

#B371BE (or 0xB371BE) is unknown color: approx Fuchsia. HEX triplet: B3, 71 and BE. RGB value is (179,113,190). Sum of RGB (Red+Green+Blue) = 179+113+190=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #B371BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371BE is #4C8E41. Grayscale: #8D8D8D. Windows color (decimal): -5017154 or 12480947. OLE color: 12480947.

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

Color convert

RGB179113190-
CMYK0.060.4100.25
HSL291.43º37.2%59.41%-
HSV(B)291.43º40.53%74.51%-
XYZ33.7925.1151.78-
YUV141.51155.37154.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=37.14%
G=23.44%
B=39.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791131900.060.4100.25291.4337.259.41
HexB371BE629019123253b
Octal2631612766510314434573
Binary10110011111000110111110110101001011001100100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b371be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b371be; }

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

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

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

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

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

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

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

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