#B980D9

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

Shades of East Side #B980D9

Tints of East Side #B980D9

Color information

#B980D9 (or 0xB980D9) is unknown color: approx East Side. HEX triplet: B9, 80 and D9. RGB value is (185,128,217). Sum of RGB (Red+Green+Blue) = 185+128+217=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #B980D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980D9 is #467F26. Grayscale: #9A9A9A. Windows color (decimal): -4620071 or 14254265. OLE color: 14254265.

HSL color Cylindrical-coordinate representation of color #B980D9: hue angle of 278.43º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B980D9 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185128217-
CMYK0.150.4100.15
HSL278.43º53.94%67.65%-
HSV(B)278.43º41.01%85.1%-
XYZ40.2530.7669.46-
YUV155.19162.88149.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 128 (50.39% from 255) = 24.15%
BLUE value IS 217 (85.16% from 255) = 40.94%
R=34.91%
G=24.15%
B=40.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851282170.150.4100.15278.4353.9467.65
HexB980D9F290F1163644
Octal271200331175101742666104
Binary1011100110000000110110011111101001011111000101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980D9; }

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

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

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

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

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

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

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

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