#B980DA

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

Shades of East Side #B980DA

Tints of East Side #B980DA

Color information

#B980DA (or 0xB980DA) is unknown color: approx East Side. HEX triplet: B9, 80 and DA. RGB value is (185,128,218). Sum of RGB (Red+Green+Blue) = 185+128+218=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #B980DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980DA is #467F25. Grayscale: #9A9A9A. Windows color (decimal): -4620070 or 14319801. OLE color: 14319801.

HSL color Cylindrical-coordinate representation of color #B980DA: hue angle of 278º degrees, saturation: 0.55, 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 #B980DA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185128218-
CMYK0.150.4100.15
HSL278º54.88%67.84%-
HSV(B)278º41.28%85.49%-
XYZ40.3830.8170.15-
YUV155.3163.38149.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=34.84%
G=24.11%
B=41.05%

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
Decimal1851282180.150.4100.1527854.8867.84
HexB980DAF290F1163744
Octal271200332175101742667104
Binary1011100110000000110110101111101001011111000101101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980DA; }

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

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

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

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

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

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

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

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