#B983CE

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

Shades of East Side #B983CE

Tints of East Side #B983CE

Color information

#B983CE (or 0xB983CE) is unknown color: approx East Side. HEX triplet: B9, 83 and CE. RGB value is (185,131,206). Sum of RGB (Red+Green+Blue) = 185+131+206=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #B983CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983CE is #467C31. Grayscale: #9B9B9B. Windows color (decimal): -4619314 or 13534137. OLE color: 13534137.

HSL color Cylindrical-coordinate representation of color #B983CE: hue angle of 283.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B983CE is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185131206-
CMYK0.100.3600.19
HSL283.2º43.35%66.08%-
HSV(B)283.2º36.41%80.78%-
XYZ39.263162.31-
YUV155.7156.39148.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.44%
GREEN value IS 131 (51.56% from 255) = 25.10%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=35.44%
G=25.10%
B=39.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851312060.100.3600.19283.243.3566.08
HexB983CEA2401311b2b42
Octal271203316124402343353102
Binary10111001100000111100111010101001000100111000110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983CE; }

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

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

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

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

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

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

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

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