#B08BCA

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

Shades of East Side #B08BCA

Tints of East Side #B08BCA

Color information

#B08BCA (or 0xB08BCA) is unknown color: approx East Side. HEX triplet: B0, 8B and CA. RGB value is (176,139,202). Sum of RGB (Red+Green+Blue) = 176+139+202=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #B08BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BCA is #4F7435. Grayscale: #9D9D9D. Windows color (decimal): -5207094 or 13274032. OLE color: 13274032.

HSL color Cylindrical-coordinate representation of color #B08BCA: hue angle of 275.24º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08BCA is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176139202-
CMYK0.130.3100.21
HSL275.24º37.28%66.86%-
HSV(B)275.24º31.19%79.22%-
XYZ37.831.9660.05-
YUV157.24153.26141.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=34.04%
G=26.89%
B=39.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761392020.130.3100.21275.2437.2866.86
HexB08BCAD1F0151132543
Octal260213312153702542345103
Binary1011000010001011110010101101111110101011000100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BCA; }

 p { color: rgb(176,139,202); }

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

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

 a { background-color: rgb(176,139,202); }

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

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

 span { border-color: rgb(176,139,202); }

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