#B983CA

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

Shades of East Side #B983CA

Tints of East Side #B983CA

Color information

#B983CA (or 0xB983CA) is unknown color: approx East Side. HEX triplet: B9, 83 and CA. RGB value is (185,131,202). Sum of RGB (Red+Green+Blue) = 185+131+202=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #B983CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983CA is #467C35. Grayscale: #9B9B9B. Windows color (decimal): -4619318 or 13271993. OLE color: 13271993.

HSL color Cylindrical-coordinate representation of color #B983CA: hue angle of 285.63º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B983CA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185131202-
CMYK0.080.3500.21
HSL285.63º40.11%65.29%-
HSV(B)285.63º35.15%79.22%-
XYZ38.7830.8159.78-
YUV155.24154.39149.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=35.71%
G=25.29%
B=39.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851312020.080.3500.21285.6340.1165.29
HexB983CA82301511e2841
Octal271203312104302543650101
Binary10111001100000111100101010001000110101011000111101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983CA; }

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

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

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

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

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

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

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

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