#B885C4

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

Shades of East Side #B885C4

Tints of East Side #B885C4

Color information

#B885C4 (or 0xB885C4) is unknown color: approx East Side. HEX triplet: B8, 85 and C4. RGB value is (184,133,196). Sum of RGB (Red+Green+Blue) = 184+133+196=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #B885C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885C4 is #477A3B. Grayscale: #9B9B9B. Windows color (decimal): -4684348 or 12879288. OLE color: 12879288.

HSL color Cylindrical-coordinate representation of color #B885C4: hue angle of 288.57º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B885C4 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB184133196-
CMYK0.060.3200.23
HSL288.57º34.81%64.51%-
HSV(B)288.57º32.14%76.86%-
XYZ38.1230.9556.19-
YUV155.43150.9148.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=35.87%
G=25.93%
B=38.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841331960.060.3200.23288.5734.8164.51
HexB885C46200171212341
Octal27020530464002744143101
Binary1011100010000101110001001101000000101111001000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885C4; }

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

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

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

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

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

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

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

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