#B88FC4

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

Shades of East Side #B88FC4

Tints of East Side #B88FC4

Color information

#B88FC4 (or 0xB88FC4) is unknown color: approx East Side. HEX triplet: B8, 8F and C4. RGB value is (184,143,196). Sum of RGB (Red+Green+Blue) = 184+143+196=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #B88FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FC4 is #47703B. Grayscale: #A1A1A1. Windows color (decimal): -4681788 or 12881848. OLE color: 12881848.

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

Color convert

RGB184143196-
CMYK0.060.2700.23
HSL286.42º30.99%66.47%-
HSV(B)286.42º27.04%76.86%-
XYZ39.5533.8256.67-
YUV161.3147.58144.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=35.18%
G=27.34%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841431960.060.2700.23286.4230.9966.47
HexB88FC461B01711e1f42
Octal27021730463302743637102
Binary10111000100011111100010011011011010111100011110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FC4; }

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

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

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

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

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

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

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

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