#B983BE

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

Shades of East Side #B983BE

Tints of East Side #B983BE

Color information

#B983BE (or 0xB983BE) is unknown color: approx East Side. HEX triplet: B9, 83 and BE. RGB value is (185,131,190). Sum of RGB (Red+Green+Blue) = 185+131+190=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #B983BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983BE is #467C41. Grayscale: #999999. Windows color (decimal): -4619330 or 12485561. OLE color: 12485561.

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

Color convert

RGB185131190-
CMYK0.030.3100.25
HSL294.92º31.22%62.94%-
HSV(B)294.92º31.05%74.51%-
XYZ37.4230.2652.58-
YUV153.87148.39150.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 131 (51.56% from 255) = 25.89%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=36.56%
G=25.89%
B=37.55%

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
Decimal1851311900.030.3100.25294.9231.2262.94
HexB983BE31F0191271f3f
Octal2712032763370314473777
Binary101110011000001110111110111111101100110010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983BE; }

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

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

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

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

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

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

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

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