#B38DCD

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

Shades of East Side #B38DCD

Tints of East Side #B38DCD

Color information

#B38DCD (or 0xB38DCD) is unknown color: approx East Side. HEX triplet: B3, 8D and CD. RGB value is (179,141,205). Sum of RGB (Red+Green+Blue) = 179+141+205=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #B38DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DCD is #4C7232. Grayscale: #9F9F9F. Windows color (decimal): -5009971 or 13471155. OLE color: 13471155.

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

Color convert

RGB179141205-
CMYK0.130.3100.20
HSL275.62º39.02%67.84%-
HSV(B)275.62º31.22%80.39%-
XYZ39.1333.0462.07-
YUV159.66153.59141.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=34.10%
G=26.86%
B=39.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791412050.130.3100.20275.6239.0267.84
HexB38DCDD1F0141142744
Octal263215315153702442447104
Binary1011001110001101110011011101111110101001000101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DCD; }

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

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

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

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

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

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

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

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