#B371BF

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

Shades of East Side #B371BF

Tints of East Side #B371BF

Color information

#B371BF (or 0xB371BF) is unknown color: approx East Side. HEX triplet: B3, 71 and BF. RGB value is (179,113,191). Sum of RGB (Red+Green+Blue) = 179+113+191=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #B371BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371BF is #4C8E40. Grayscale: #8D8D8D. Windows color (decimal): -5017153 or 12546483. OLE color: 12546483.

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

Color convert

RGB179113191-
CMYK0.060.4100.25
HSL290.77º37.86%59.61%-
HSV(B)290.77º40.84%74.9%-
XYZ33.925.1652.36-
YUV141.63155.87154.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 191 (75% from 255) = 39.54%
R=37.06%
G=23.40%
B=39.54%

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
Decimal1791131910.060.4100.25290.7737.8659.61
HexB371BF629019123263c
Octal2631612776510314434674
Binary10110011111000110111111110101001011001100100011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371BF; }

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

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

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

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

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

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

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

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