#B375BC

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

Shades of East Side #B375BC

Tints of East Side #B375BC

Color information

#B375BC (or 0xB375BC) is unknown color: approx East Side. HEX triplet: B3, 75 and BC. RGB value is (179,117,188). Sum of RGB (Red+Green+Blue) = 179+117+188=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #B375BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B375BC is #4C8A43. Grayscale: #8F8F8F. Windows color (decimal): -5016132 or 12350899. OLE color: 12350899.

HSL color Cylindrical-coordinate representation of color #B375BC: hue angle of 292.39º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B375BC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB179117188-
CMYK0.050.3800.26
HSL292.39º34.63%59.8%-
HSV(B)292.39º37.77%73.73%-
XYZ34.0325.9450.79-
YUV143.63153.04153.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=36.98%
G=24.17%
B=38.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791171880.050.3800.26292.3934.6359.8
HexB375BC52601A124233c
Octal2631652745460324444374
Binary10110011111010110111100101100110011010100100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B375BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B375BC; }

 p { color: rgb(179,117,188); }

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

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

 a { background-color: rgb(179,117,188); }

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

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

 span { border-color: rgb(179,117,188); }

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