#B876BF

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

Shades of East Side #B876BF

Tints of East Side #B876BF

Color information

#B876BF (or 0xB876BF) is unknown color: approx East Side. HEX triplet: B8, 76 and BF. RGB value is (184,118,191). Sum of RGB (Red+Green+Blue) = 184+118+191=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #B876BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876BF is #478940. Grayscale: #919191. Windows color (decimal): -4688193 or 12547768. OLE color: 12547768.

HSL color Cylindrical-coordinate representation of color #B876BF: hue angle of 294.25º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B876BF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184118191-
CMYK0.040.3800.25
HSL294.25º36.32%60.59%-
HSV(B)294.25º38.22%74.9%-
XYZ35.6526.9152.61-
YUV146.06153.37155.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.32%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 191 (75% from 255) = 38.74%
R=37.32%
G=23.94%
B=38.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841181910.040.3800.25294.2536.3260.59
HexB876BF426019126243d
Octal2701662774460314464475
Binary10111000111011010111111100100110011001100100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B876BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B876BF; }

 p { color: rgb(184,118,191); }

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

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

 a { background-color: rgb(184,118,191); }

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

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

 span { border-color: rgb(184,118,191); }

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