#b983d3

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

Shades of East Side #B983D3

Tints of East Side #B983D3

Color information

#B983D3 (or 0xB983D3) is unknown color: approx East Side. HEX triplet: B9, 83 and D3. RGB value is (185,131,211). Sum of RGB (Red+Green+Blue) = 185+131+211=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #B983D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983D3 is #467C2C. Grayscale: #9C9C9C. Windows color (decimal): -4619309 or 13861817. OLE color: 13861817.

HSL color Cylindrical-coordinate representation of color #B983D3: hue angle of 280.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B983D3 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185131211-
CMYK0.120.3800.17
HSL280.5º47.62%67.06%-
HSV(B)280.5º37.91%82.75%-
XYZ39.8831.2565.56-
YUV156.27158.89148.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 131 (51.56% from 255) = 24.86%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=35.10%
G=24.86%
B=40.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851312110.120.3800.17280.547.6267.06
HexB983D3C260111183043
Octal271203323144602143060103
Binary10111001100000111101001111001001100100011000110001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b983d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b983d3; }

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

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

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

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

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

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

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

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