#B980CE

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

Shades of East Side #B980CE

Tints of East Side #B980CE

Color information

#B980CE (or 0xB980CE) is unknown color: approx East Side. HEX triplet: B9, 80 and CE. RGB value is (185,128,206). Sum of RGB (Red+Green+Blue) = 185+128+206=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #B980CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980CE is #467F31. Grayscale: #999999. Windows color (decimal): -4620082 or 13533369. OLE color: 13533369.

HSL color Cylindrical-coordinate representation of color #B980CE: hue angle of 283.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B980CE is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185128206-
CMYK0.100.3800.19
HSL283.85º44.32%65.49%-
HSV(B)283.85º37.86%80.78%-
XYZ38.8730.2162.17-
YUV153.94157.38150.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=35.65%
G=24.66%
B=39.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851282060.100.3800.19283.8544.3265.49
HexB980CEA2601311c2c41
Octal271200316124602343454101
Binary10111001100000001100111010101001100100111000111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B980CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B980CE; }

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

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

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

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

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

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

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

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