#B980D7

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

Shades of East Side #B980D7

Tints of East Side #B980D7

Color information

#B980D7 (or 0xB980D7) is unknown color: approx East Side. HEX triplet: B9, 80 and D7. RGB value is (185,128,215). Sum of RGB (Red+Green+Blue) = 185+128+215=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #B980D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980D7 is #467F28. Grayscale: #9A9A9A. Windows color (decimal): -4620073 or 14123193. OLE color: 14123193.

HSL color Cylindrical-coordinate representation of color #B980D7: hue angle of 279.31º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B980D7 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185128215-
CMYK0.140.4000.16
HSL279.31º52.1%67.25%-
HSV(B)279.31º40.47%84.31%-
XYZ39.9930.6668.1-
YUV154.96161.88149.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 128 (50.39% from 255) = 24.24%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=35.04%
G=24.24%
B=40.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851282150.140.4000.16279.3152.167.25
HexB980D7E280101173443
Octal271200327165002042764103
Binary10111001100000001101011111101010000100001000101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980D7; }

 p { color: rgb(185,128,215); }

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

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

 a { background-color: rgb(185,128,215); }

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

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

 span { border-color: rgb(185,128,215); }

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