#B075BC

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

Shades of East Side #B075BC

Tints of East Side #B075BC

Color information

#B075BC (or 0xB075BC) is unknown color: approx East Side. HEX triplet: B0, 75 and BC. RGB value is (176,117,188). Sum of RGB (Red+Green+Blue) = 176+117+188=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #B075BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075BC is #4F8A43. Grayscale: #8E8E8E. Windows color (decimal): -5212740 or 12350896. OLE color: 12350896.

HSL color Cylindrical-coordinate representation of color #B075BC: hue angle of 289.86º 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 #B075BC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176117188-
CMYK0.060.3800.26
HSL289.86º34.63%59.8%-
HSV(B)289.86º37.77%73.73%-
XYZ33.3425.5850.76-
YUV142.74153.55151.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 117 (46.09% from 255) = 24.32%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=36.59%
G=24.32%
B=39.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761171880.060.3800.26289.8634.6359.8
HexB075BC62601A122233c
Octal2601652746460324424374
Binary10110000111010110111100110100110011010100100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075BC; }

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

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

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

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

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

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

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

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