#B376C1

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

Shades of East Side #B376C1

Tints of East Side #B376C1

Color information

#B376C1 (or 0xB376C1) is unknown color: approx East Side. HEX triplet: B3, 76 and C1. RGB value is (179,118,193). Sum of RGB (Red+Green+Blue) = 179+118+193=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #B376C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B376C1 is #4C893E. Grayscale: #909090. Windows color (decimal): -5015871 or 12678835. OLE color: 12678835.

HSL color Cylindrical-coordinate representation of color #B376C1: hue angle of 288.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B376C1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179118193-
CMYK0.070.3900.24
HSL288.8º37.69%60.98%-
HSV(B)288.8º38.86%75.69%-
XYZ34.6926.3953.72-
YUV144.79155.21152.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 118 (46.48% from 255) = 24.08%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=36.53%
G=24.08%
B=39.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791181930.070.3900.24288.837.6960.98
HexB376C1727018121263d
Octal2631663017470304414675
Binary10110011111011011000001111100111011000100100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376C1; }

 p { color: rgb(179,118,193); }

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

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

 a { background-color: rgb(179,118,193); }

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

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

 span { border-color: rgb(179,118,193); }

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