#B084BA

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

Shades of East Side #B084BA

Tints of East Side #B084BA

Color information

#B084BA (or 0xB084BA) is unknown color: approx East Side. HEX triplet: B0, 84 and BA. RGB value is (176,132,186). Sum of RGB (Red+Green+Blue) = 176+132+186=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #B084BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084BA is #4F7B45. Grayscale: #979797. Windows color (decimal): -5208902 or 12223664. OLE color: 12223664.

HSL color Cylindrical-coordinate representation of color #B084BA: hue angle of 288.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B084BA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176132186-
CMYK0.050.2900.27
HSL288.89º28.12%62.35%-
HSV(B)288.89º29.03%72.94%-
XYZ35.0229.2850.26-
YUV151.31147.58145.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 132 (51.95% from 255) = 26.72%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=35.63%
G=26.72%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761321860.050.2900.27288.8928.1262.35
HexB084BA51D01B1211c3e
Octal2602042725350334413476
Binary1011000010000100101110101011110101101110010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084BA; }

 p { color: rgb(176,132,186); }

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

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

 a { background-color: rgb(176,132,186); }

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

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

 span { border-color: rgb(176,132,186); }

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