#B981C1

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

Shades of East Side #B981C1

Tints of East Side #B981C1

Color information

#B981C1 (or 0xB981C1) is unknown color: approx East Side. HEX triplet: B9, 81 and C1. RGB value is (185,129,193). Sum of RGB (Red+Green+Blue) = 185+129+193=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #B981C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981C1 is #467E3E. Grayscale: #989898. Windows color (decimal): -4619839 or 12681657. OLE color: 12681657.

HSL color Cylindrical-coordinate representation of color #B981C1: hue angle of 292.5º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B981C1 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185129193-
CMYK0.040.3300.24
HSL292.5º34.04%63.14%-
HSV(B)292.5º33.16%75.69%-
XYZ37.4829.8754.24-
YUV153.04150.55150.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=36.49%
G=25.44%
B=38.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851291930.040.3300.24292.534.0463.14
HexB981C1421018124223f
Octal2712013014410304444277
Binary101110011000000111000001100100001011000100100100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981C1; }

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

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

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

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

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

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

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

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