#B984D8

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

Shades of East Side #B984D8

Tints of East Side #B984D8

Color information

#B984D8 (or 0xB984D8) is unknown color: approx East Side. HEX triplet: B9, 84 and D8. RGB value is (185,132,216). Sum of RGB (Red+Green+Blue) = 185+132+216=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #B984D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984D8 is #467B27. Grayscale: #9D9D9D. Windows color (decimal): -4619048 or 14189753. OLE color: 14189753.

HSL color Cylindrical-coordinate representation of color #B984D8: hue angle of 277.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B984D8 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185132216-
CMYK0.140.3900.15
HSL277.86º51.85%68.24%-
HSV(B)277.86º38.89%84.71%-
XYZ40.6531.7768.96-
YUV157.42161.06147.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=34.71%
G=24.77%
B=40.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851322160.140.3900.15277.8651.8568.24
HexB984D8E270F1163444
Octal271204330164701742664104
Binary1011100110000100110110001110100111011111000101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984D8; }

 p { color: rgb(185,132,216); }

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

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

 a { background-color: rgb(185,132,216); }

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

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

 span { border-color: rgb(185,132,216); }

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