#B980CA

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

Shades of East Side #B980CA

Tints of East Side #B980CA

Color information

#B980CA (or 0xB980CA) is unknown color: approx East Side. HEX triplet: B9, 80 and CA. RGB value is (185,128,202). Sum of RGB (Red+Green+Blue) = 185+128+202=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #B980CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980CA is #467F35. Grayscale: #999999. Windows color (decimal): -4620086 or 13271225. OLE color: 13271225.

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

Color convert

RGB185128202-
CMYK0.080.3700.21
HSL286.22º41.11%64.71%-
HSV(B)286.22º36.63%79.22%-
XYZ38.3930.0259.65-
YUV153.48155.38150.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=35.92%
G=24.85%
B=39.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851282020.080.3700.21286.2241.1164.71
HexB980CA82501511e2941
Octal271200312104502543651101
Binary10111001100000001100101010001001010101011000111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980CA; }

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

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

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

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

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

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

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

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