#B075C0

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

Shades of East Side #B075C0

Tints of East Side #B075C0

Color information

#B075C0 (or 0xB075C0) is unknown color: approx East Side. HEX triplet: B0, 75 and C0. RGB value is (176,117,192). Sum of RGB (Red+Green+Blue) = 176+117+192=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #B075C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075C0 is #4F8A3F. Grayscale: #8E8E8E. Windows color (decimal): -5212736 or 12613040. OLE color: 12613040.

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

Color convert

RGB176117192-
CMYK0.080.3900.25
HSL287.2º37.31%60.59%-
HSV(B)287.2º39.06%75.29%-
XYZ33.7825.7653.06-
YUV143.19155.55151.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=36.29%
G=24.12%
B=39.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761171920.080.3900.25287.237.3160.59
HexB075C082701911f253d
Octal26016530010470314374575
Binary101100001110101110000001000100111011001100011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075C0; }

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

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

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

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

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

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

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

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