#B38BCB

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

Shades of East Side #B38BCB

Tints of East Side #B38BCB

Color information

#B38BCB (or 0xB38BCB) is unknown color: approx East Side. HEX triplet: B3, 8B and CB. RGB value is (179,139,203). Sum of RGB (Red+Green+Blue) = 179+139+203=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #B38BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BCB is #4C7434. Grayscale: #9E9E9E. Windows color (decimal): -5010485 or 13339571. OLE color: 13339571.

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

Color convert

RGB179139203-
CMYK0.120.3200.20
HSL277.5º38.1%67.06%-
HSV(B)277.5º31.53%79.61%-
XYZ38.632.3660.71-
YUV158.26153.25142.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=34.36%
G=26.68%
B=38.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791392030.120.3200.20277.538.167.06
HexB38BCBC200141162643
Octal263213313144002442646103
Binary10110011100010111100101111001000000101001000101101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BCB; }

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

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

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

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

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

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

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

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