#B074B6

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

Shades of East Side #B074B6

Tints of East Side #B074B6

Color information

#B074B6 (or 0xB074B6) is unknown color: approx East Side. HEX triplet: B0, 74 and B6. RGB value is (176,116,182). Sum of RGB (Red+Green+Blue) = 176+116+182=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #B074B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074B6 is #4F8B49. Grayscale: #8D8D8D. Windows color (decimal): -5213002 or 11957424. OLE color: 11957424.

HSL color Cylindrical-coordinate representation of color #B074B6: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B074B6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176116182-
CMYK0.030.3600.29
HSL294.55º31.13%58.43%-
HSV(B)294.55º36.26%71.37%-
XYZ32.5925.147.38-
YUV141.46150.88152.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 182 (71.48% from 255) = 38.40%
R=37.13%
G=24.47%
B=38.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761161820.030.3600.29294.5531.1358.43
HexB074B632401D1271f3a
Octal2601642663440354473772
Binary101100001110100101101101110010001110110010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074B6; }

 p { color: rgb(176,116,182); }

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

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

 a { background-color: rgb(176,116,182); }

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

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

 span { border-color: rgb(176,116,182); }

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