#B084BF

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

Shades of East Side #B084BF

Tints of East Side #B084BF

Color information

#B084BF (or 0xB084BF) is unknown color: approx East Side. HEX triplet: B0, 84 and BF. RGB value is (176,132,191). Sum of RGB (Red+Green+Blue) = 176+132+191=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #B084BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084BF is #4F7B40. Grayscale: #979797. Windows color (decimal): -5208897 or 12551344. OLE color: 12551344.

HSL color Cylindrical-coordinate representation of color #B084BF: hue angle of 284.75º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B084BF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176132191-
CMYK0.080.3100.25
HSL284.75º31.55%63.33%-
HSV(B)284.75º30.89%74.9%-
XYZ35.5629.4953.11-
YUV151.88150.08145.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 191 (75% from 255) = 38.28%
R=35.27%
G=26.45%
B=38.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761321910.080.3100.25284.7531.5563.33
HexB084BF81F01911d203f
Octal26020427710370314354077
Binary101100001000010010111111100011111011001100011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084BF; }

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

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

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

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

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

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

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

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