#B38BCA

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

Shades of East Side #B38BCA

Tints of East Side #B38BCA

Color information

#B38BCA (or 0xB38BCA) is unknown color: approx East Side. HEX triplet: B3, 8B and CA. RGB value is (179,139,202). Sum of RGB (Red+Green+Blue) = 179+139+202=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #B38BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BCA is #4C7435. Grayscale: #9D9D9D. Windows color (decimal): -5010486 or 13274035. OLE color: 13274035.

HSL color Cylindrical-coordinate representation of color #B38BCA: hue angle of 278.1º 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 #B38BCA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179139202-
CMYK0.110.3100.21
HSL278.1º37.28%66.86%-
HSV(B)278.1º31.19%79.22%-
XYZ38.4832.3160.09-
YUV158.14152.75142.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=34.42%
G=26.73%
B=38.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791392020.110.3100.21278.137.2866.86
HexB38BCAB1F0151162543
Octal263213312133702542645103
Binary1011001110001011110010101011111110101011000101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BCA; }

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

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

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

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

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

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

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

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