#B983C1

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

Shades of East Side #B983C1

Tints of East Side #B983C1

Color information

#B983C1 (or 0xB983C1) is unknown color: approx East Side. HEX triplet: B9, 83 and C1. RGB value is (185,131,193). Sum of RGB (Red+Green+Blue) = 185+131+193=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #B983C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983C1 is #467C3E. Grayscale: #9A9A9A. Windows color (decimal): -4619327 or 12682169. OLE color: 12682169.

HSL color Cylindrical-coordinate representation of color #B983C1: hue angle of 292.26º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B983C1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185131193-
CMYK0.040.3200.24
HSL292.26º33.33%63.53%-
HSV(B)292.26º32.12%75.69%-
XYZ37.7530.454.33-
YUV154.21149.89149.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=36.35%
G=25.74%
B=37.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851311930.040.3200.24292.2633.3363.53
HexB983C14200181242140
Octal27120330144003044441100
Binary1011100110000011110000011001000000110001001001001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983C1; }

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

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

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

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

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

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

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

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