#B884BF

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

Shades of East Side #B884BF

Tints of East Side #B884BF

Color information

#B884BF (or 0xB884BF) is unknown color: approx East Side. HEX triplet: B8, 84 and BF. RGB value is (184,132,191). Sum of RGB (Red+Green+Blue) = 184+132+191=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #B884BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884BF is #477B40. Grayscale: #9A9A9A. Windows color (decimal): -4684609 or 12551352. OLE color: 12551352.

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

Color convert

RGB184132191-
CMYK0.040.3100.25
HSL292.88º31.55%63.33%-
HSV(B)292.88º30.89%74.9%-
XYZ37.4230.4553.2-
YUV154.27148.73149.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 132 (51.95% from 255) = 26.04%
BLUE value IS 191 (75% from 255) = 37.67%
R=36.29%
G=26.04%
B=37.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841321910.040.3100.25292.8831.5563.33
HexB884BF41F019125203f
Octal2702042774370314454077
Binary10111000100001001011111110011111011001100100101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B884BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B884BF; }

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

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

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

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

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

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

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

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