#B875C6

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

Shades of East Side #B875C6

Tints of East Side #B875C6

Color information

#B875C6 (or 0xB875C6) is unknown color: approx East Side. HEX triplet: B8, 75 and C6. RGB value is (184,117,198). Sum of RGB (Red+Green+Blue) = 184+117+198=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #B875C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B875C6 is #478A39. Grayscale: #929292. Windows color (decimal): -4688442 or 13006264. OLE color: 13006264.

HSL color Cylindrical-coordinate representation of color #B875C6: hue angle of 289.63º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B875C6 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184117198-
CMYK0.070.4100.22
HSL289.63º41.54%61.76%-
HSV(B)289.63º40.91%77.65%-
XYZ36.3226.9956.72-
YUV146.27157.2154.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 198 (77.73% from 255) = 39.68%
R=36.87%
G=23.45%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841171980.070.4100.22289.6341.5461.76
HexB875C67290161222a3e
Octal2701653067510264425276
Binary10111000111010111000110111101001010110100100010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B875C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B875C6; }

 p { color: rgb(184,117,198); }

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

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

 a { background-color: rgb(184,117,198); }

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

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

 span { border-color: rgb(184,117,198); }

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