#B38FCE

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

Shades of East Side #B38FCE

Tints of East Side #B38FCE

Color information

#B38FCE (or 0xB38FCE) is unknown color: approx East Side. HEX triplet: B3, 8F and CE. RGB value is (179,143,206). Sum of RGB (Red+Green+Blue) = 179+143+206=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #B38FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FCE is #4C7031. Grayscale: #A0A0A0. Windows color (decimal): -5009458 or 13537203. OLE color: 13537203.

HSL color Cylindrical-coordinate representation of color #B38FCE: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B38FCE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179143206-
CMYK0.130.3100.19
HSL274.29º39.13%68.43%-
HSV(B)274.29º30.58%80.78%-
XYZ39.5533.6862.81-
YUV160.95153.43140.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=33.90%
G=27.08%
B=39.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791432060.130.3100.19274.2939.1368.43
HexB38FCED1F0131122744
Octal263217316153702342247104
Binary1011001110001111110011101101111110100111000100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FCE; }

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

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

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

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

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

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

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

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