#B074BD

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

Shades of East Side #B074BD

Tints of East Side #B074BD

Color information

#B074BD (or 0xB074BD) is unknown color: approx East Side. HEX triplet: B0, 74 and BD. RGB value is (176,116,189). Sum of RGB (Red+Green+Blue) = 176+116+189=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #B074BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B074BD is #4F8B42. Grayscale: #8E8E8E. Windows color (decimal): -5212995 or 12416176. OLE color: 12416176.

HSL color Cylindrical-coordinate representation of color #B074BD: hue angle of 289.32º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B074BD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176116189-
CMYK0.070.3900.26
HSL289.32º35.61%59.8%-
HSV(B)289.32º38.62%74.12%-
XYZ33.3425.451.29-
YUV142.26154.38152.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=36.59%
G=24.12%
B=39.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761161890.070.3900.26289.3235.6159.8
HexB074BD72701A121243c
Octal2601642757470324414474
Binary10110000111010010111101111100111011010100100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074BD; }

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

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

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

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

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

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

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

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