#b38fc6

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

Shades of East Side #B38FC6

Tints of East Side #B38FC6

Color information

#B38FC6 (or 0xB38FC6) is unknown color: approx East Side. HEX triplet: B3, 8F and C6. RGB value is (179,143,198). Sum of RGB (Red+Green+Blue) = 179+143+198=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #B38FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FC6 is #4C7039. Grayscale: #9F9F9F. Windows color (decimal): -5009466 or 13012915. OLE color: 13012915.

HSL color Cylindrical-coordinate representation of color #B38FC6: hue angle of 279.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38FC6 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179143198-
CMYK0.100.2800.22
HSL279.27º32.54%66.86%-
HSV(B)279.27º27.78%77.65%-
XYZ38.6133.3157.82-
YUV160.03149.43141.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=34.42%
G=27.5%
B=38.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791431980.100.2800.22279.2732.5466.86
HexB38FC6A1C0161172143
Octal263217306123402642741103
Binary1011001110001111110001101010111000101101000101111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38fc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38fc6; }

 p { color: rgb(179,143,198); }

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

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

 a { background-color: rgb(179,143,198); }

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

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

 span { border-color: rgb(179,143,198); }

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