#B980C9

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

Shades of East Side #B980C9

Tints of East Side #B980C9

Color information

#B980C9 (or 0xB980C9) is unknown color: approx East Side. HEX triplet: B9, 80 and C9. RGB value is (185,128,201). Sum of RGB (Red+Green+Blue) = 185+128+201=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #B980C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980C9 is #467F36. Grayscale: #999999. Windows color (decimal): -4620087 or 13205689. OLE color: 13205689.

HSL color Cylindrical-coordinate representation of color #B980C9: hue angle of 286.85º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B980C9 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185128201-
CMYK0.080.3600.21
HSL286.85º40.33%64.51%-
HSV(B)286.85º36.32%78.82%-
XYZ38.2729.9759.03-
YUV153.36154.88150.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=35.99%
G=24.90%
B=39.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851282010.080.3600.21286.8540.3364.51
HexB980C982401511f2841
Octal271200311104402543750101
Binary10111001100000001100100110001001000101011000111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980C9; }

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

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

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

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

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

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

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

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