#B084BB

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

Shades of East Side #B084BB

Tints of East Side #B084BB

Color information

#B084BB (or 0xB084BB) is unknown color: approx East Side. HEX triplet: B0, 84 and BB. RGB value is (176,132,187). Sum of RGB (Red+Green+Blue) = 176+132+187=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #B084BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084BB is #4F7B44. Grayscale: #979797. Windows color (decimal): -5208901 or 12289200. OLE color: 12289200.

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

Color convert

RGB176132187-
CMYK0.060.2900.27
HSL288º28.8%62.55%-
HSV(B)288º29.41%73.33%-
XYZ35.1329.3250.82-
YUV151.43148.08145.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=35.56%
G=26.67%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761321870.060.2900.2728828.862.55
HexB084BB61D01B1201d3f
Octal2602042736350334403577
Binary1011000010000100101110111101110101101110010000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084BB; }

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

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

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

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

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

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

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

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