#B38FCD

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

Shades of East Side #B38FCD

Tints of East Side #B38FCD

Color information

#B38FCD (or 0xB38FCD) is unknown color: approx East Side. HEX triplet: B3, 8F and CD. RGB value is (179,143,205). Sum of RGB (Red+Green+Blue) = 179+143+205=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #B38FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FCD is #4C7032. Grayscale: #A0A0A0. Windows color (decimal): -5009459 or 13471667. OLE color: 13471667.

HSL color Cylindrical-coordinate representation of color #B38FCD: hue angle of 274.84º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38FCD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179143205-
CMYK0.130.3000.20
HSL274.84º38.27%68.24%-
HSV(B)274.84º30.24%80.39%-
XYZ39.4333.6462.17-
YUV160.83152.93140.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=33.97%
G=27.13%
B=38.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791432050.130.3000.20274.8438.2768.24
HexB38FCDD1E0141132644
Octal263217315153602442346104
Binary1011001110001111110011011101111100101001000100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FCD; }

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

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

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

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

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

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

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

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