#B075BB

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

Shades of East Side #B075BB

Tints of East Side #B075BB

Color information

#B075BB (or 0xB075BB) is unknown color: approx East Side. HEX triplet: B0, 75 and BB. RGB value is (176,117,187). Sum of RGB (Red+Green+Blue) = 176+117+187=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #B075BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B075BB is #4F8A44. Grayscale: #8E8E8E. Windows color (decimal): -5212741 or 12285360. OLE color: 12285360.

HSL color Cylindrical-coordinate representation of color #B075BB: hue angle of 290.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B075BB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176117187-
CMYK0.060.3700.27
HSL290.57º33.98%59.61%-
HSV(B)290.57º37.43%73.33%-
XYZ33.2425.5450.19-
YUV142.62153.05151.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.67%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=36.67%
G=24.38%
B=38.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761171870.060.3700.27290.5733.9859.61
HexB075BB62501B123223c
Octal2601652736450334434274
Binary10110000111010110111011110100101011011100100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075BB; }

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

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

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

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

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

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

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

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