#B983CD

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

Shades of East Side #B983CD

Tints of East Side #B983CD

Color information

#B983CD (or 0xB983CD) is unknown color: approx East Side. HEX triplet: B9, 83 and CD. RGB value is (185,131,205). Sum of RGB (Red+Green+Blue) = 185+131+205=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #B983CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983CD is #467C32. Grayscale: #9B9B9B. Windows color (decimal): -4619315 or 13468601. OLE color: 13468601.

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

Color convert

RGB185131205-
CMYK0.100.3600.20
HSL283.78º42.53%65.88%-
HSV(B)283.78º36.1%80.39%-
XYZ39.1430.9561.67-
YUV155.58155.89148.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=35.51%
G=25.14%
B=39.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851312050.100.3600.20283.7842.5365.88
HexB983CDA2401411c2b42
Octal271203315124402443453102
Binary10111001100000111100110110101001000101001000111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983CD; }

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

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

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

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

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

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

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

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