#B38CD0

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

Shades of East Side #B38CD0

Tints of East Side #B38CD0

Color information

#B38CD0 (or 0xB38CD0) is unknown color: approx East Side. HEX triplet: B3, 8C and D0. RGB value is (179,140,208). Sum of RGB (Red+Green+Blue) = 179+140+208=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #B38CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CD0 is #4C732F. Grayscale: #9F9F9F. Windows color (decimal): -5010224 or 13667507. OLE color: 13667507.

HSL color Cylindrical-coordinate representation of color #B38CD0: hue angle of 274.41º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38CD0 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179140208-
CMYK0.140.3300.18
HSL274.41º41.98%68.24%-
HSV(B)274.41º32.69%81.57%-
XYZ39.3532.8963.95-
YUV159.41155.42141.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=33.97%
G=26.57%
B=39.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791402080.140.3300.18274.4141.9868.24
HexB38CD0E210121122a44
Octal263214320164102242252104
Binary10110011100011001101000011101000010100101000100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CD0; }

 p { color: rgb(179,140,208); }

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

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

 a { background-color: rgb(179,140,208); }

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

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

 span { border-color: rgb(179,140,208); }

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