#B885C8

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

Shades of East Side #B885C8

Tints of East Side #B885C8

Color information

#B885C8 (or 0xB885C8) is unknown color: approx East Side. HEX triplet: B8, 85 and C8. RGB value is (184,133,200). Sum of RGB (Red+Green+Blue) = 184+133+200=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #B885C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885C8 is #477A37. Grayscale: #9B9B9B. Windows color (decimal): -4684344 or 13141432. OLE color: 13141432.

HSL color Cylindrical-coordinate representation of color #B885C8: hue angle of 285.67º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B885C8 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184133200-
CMYK0.080.3400.22
HSL285.67º37.85%65.29%-
HSV(B)285.67º33.5%78.43%-
XYZ38.5831.1458.62-
YUV155.89152.9148.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=35.59%
G=25.73%
B=38.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841332000.080.3400.22285.6737.8565.29
HexB885C882201611e2641
Octal270205310104202643646101
Binary10111000100001011100100010001000100101101000111101001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885C8; }

 p { color: rgb(184,133,200); }

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

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

 a { background-color: rgb(184,133,200); }

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

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

 span { border-color: rgb(184,133,200); }

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