#B981BD

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

Shades of East Side #B981BD

Tints of East Side #B981BD

Color information

#B981BD (or 0xB981BD) is unknown color: approx East Side. HEX triplet: B9, 81 and BD. RGB value is (185,129,189). Sum of RGB (Red+Green+Blue) = 185+129+189=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #B981BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981BD is #467E42. Grayscale: #989898. Windows color (decimal): -4619843 or 12419513. OLE color: 12419513.

HSL color Cylindrical-coordinate representation of color #B981BD: hue angle of 296º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B981BD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185129189-
CMYK0.020.3200.26
HSL296º31.25%62.35%-
HSV(B)296º31.75%74.12%-
XYZ37.0429.6951.92-
YUV152.58148.55151.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=36.78%
G=25.65%
B=37.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851291890.020.3200.2629631.2562.35
HexB981BD22001A1281f3e
Octal2712012752400324503776
Binary1011100110000001101111011010000001101010010100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981BD; }

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

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

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

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

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

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

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

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