#B38DCB

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

Shades of East Side #B38DCB

Tints of East Side #B38DCB

Color information

#B38DCB (or 0xB38DCB) is unknown color: approx East Side. HEX triplet: B3, 8D and CB. RGB value is (179,141,203). Sum of RGB (Red+Green+Blue) = 179+141+203=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #B38DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DCB is #4C7234. Grayscale: #9F9F9F. Windows color (decimal): -5009973 or 13340083. OLE color: 13340083.

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

Color convert

RGB179141203-
CMYK0.120.3100.20
HSL276.77º37.35%67.45%-
HSV(B)276.77º30.54%79.61%-
XYZ38.8932.9560.81-
YUV159.43152.59141.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=34.23%
G=26.96%
B=38.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791412030.120.3100.20276.7737.3567.45
HexB38DCBC1F0141152543
Octal263215313143702442545103
Binary1011001110001101110010111100111110101001000101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DCB; }

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

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

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

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

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

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

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

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