#B983D8

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

Shades of East Side #B983D8

Tints of East Side #B983D8

Color information

#B983D8 (or 0xB983D8) is unknown color: approx East Side. HEX triplet: B9, 83 and D8. RGB value is (185,131,216). Sum of RGB (Red+Green+Blue) = 185+131+216=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #B983D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983D8 is #467C27. Grayscale: #9C9C9C. Windows color (decimal): -4619304 or 14189497. OLE color: 14189497.

HSL color Cylindrical-coordinate representation of color #B983D8: hue angle of 278.12º 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 #B983D8 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185131216-
CMYK0.140.3900.15
HSL278.12º52.15%68.04%-
HSV(B)278.12º39.35%84.71%-
XYZ40.5231.568.91-
YUV156.84161.39148.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=34.77%
G=24.62%
B=40.60%

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
Decimal1851312160.140.3900.15278.1252.1568.04
HexB983D8E270F1163444
Octal271203330164701742664104
Binary1011100110000011110110001110100111011111000101101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983D8; }

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

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

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

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

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

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

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

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