#B984CA

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

Shades of East Side #B984CA

Tints of East Side #B984CA

Color information

#B984CA (or 0xB984CA) is unknown color: approx East Side. HEX triplet: B9, 84 and CA. RGB value is (185,132,202). Sum of RGB (Red+Green+Blue) = 185+132+202=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #B984CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B984CA is #467B35. Grayscale: #9B9B9B. Windows color (decimal): -4619062 or 13272249. OLE color: 13272249.

HSL color Cylindrical-coordinate representation of color #B984CA: hue angle of 285.43º 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 #B984CA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185132202-
CMYK0.080.3500.21
HSL285.43º39.77%65.49%-
HSV(B)285.43º34.65%79.22%-
XYZ38.9231.0859.83-
YUV155.83154.06148.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=35.65%
G=25.43%
B=38.92%

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
Decimal1851322020.080.3500.21285.4339.7765.49
HexB984CA82301511d2841
Octal271204312104302543550101
Binary10111001100001001100101010001000110101011000111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984CA; }

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

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

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

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

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

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

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

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