#B074B7

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

Shades of East Side #B074B7

Tints of East Side #B074B7

Color information

#B074B7 (or 0xB074B7) is unknown color: approx East Side. HEX triplet: B0, 74 and B7. RGB value is (176,116,183). Sum of RGB (Red+Green+Blue) = 176+116+183=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 183 - color contains mainly: blue. Hex color #B074B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074B7 is #4F8B48. Grayscale: #8D8D8D. Windows color (decimal): -5213001 or 12022960. OLE color: 12022960.

HSL color Cylindrical-coordinate representation of color #B074B7: hue angle of 293.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B074B7 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176116183-
CMYK0.040.3700.28
HSL293.73º31.75%58.63%-
HSV(B)293.73º36.61%71.76%-
XYZ32.725.1447.93-
YUV141.58151.38152.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=37.05%
G=24.42%
B=38.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761161830.040.3700.28293.7331.7558.63
HexB074B742501C126203b
Octal2601642674450344464073
Binary10110000111010010110111100100101011100100100110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074B7; }

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

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

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

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

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

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

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

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