#B981CE

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

Shades of East Side #B981CE

Tints of East Side #B981CE

Color information

#B981CE (or 0xB981CE) is unknown color: approx East Side. HEX triplet: B9, 81 and CE. RGB value is (185,129,206). Sum of RGB (Red+Green+Blue) = 185+129+206=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #B981CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981CE is #467E31. Grayscale: #9A9A9A. Windows color (decimal): -4619826 or 13533625. OLE color: 13533625.

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

Color convert

RGB185129206-
CMYK0.100.3700.19
HSL283.64º44%65.69%-
HSV(B)283.64º37.38%80.78%-
XYZ3930.4762.22-
YUV154.52157.05149.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 129 (50.78% from 255) = 24.81%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=35.58%
G=24.81%
B=39.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851292060.100.3700.19283.644465.69
HexB981CEA2501311c2c42
Octal271201316124502343454102
Binary10111001100000011100111010101001010100111000111001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981CE; }

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

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

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

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

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

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

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

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