#B983BF

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

Shades of East Side #B983BF

Tints of East Side #B983BF

Color information

#B983BF (or 0xB983BF) is unknown color: approx East Side. HEX triplet: B9, 83 and BF. RGB value is (185,131,191). Sum of RGB (Red+Green+Blue) = 185+131+191=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #B983BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983BF is #467C40. Grayscale: #999999. Windows color (decimal): -4619329 or 12551097. OLE color: 12551097.

HSL color Cylindrical-coordinate representation of color #B983BF: hue angle of 294º 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 #B983BF is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185131191-
CMYK0.030.3100.25
HSL294º31.91%63.14%-
HSV(B)294º31.41%74.9%-
XYZ37.5330.3153.16-
YUV153.99148.89150.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 131 (51.56% from 255) = 25.84%
BLUE value IS 191 (75% from 255) = 37.67%
R=36.49%
G=25.84%
B=37.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851311910.030.3100.2529431.9163.14
HexB983BF31F019126203f
Octal2712032773370314464077
Binary1011100110000011101111111111111011001100100110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983BF; }

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

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

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

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

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

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

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

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