#B38CC8

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

Shades of East Side #B38CC8

Tints of East Side #B38CC8

Color information

#B38CC8 (or 0xB38CC8) is unknown color: approx East Side. HEX triplet: B3, 8C and C8. RGB value is (179,140,200). Sum of RGB (Red+Green+Blue) = 179+140+200=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #B38CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CC8 is #4C7337. Grayscale: #9E9E9E. Windows color (decimal): -5010232 or 13143219. OLE color: 13143219.

HSL color Cylindrical-coordinate representation of color #B38CC8: hue angle of 279º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38CC8 is Cyan = 0.10, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179140200-
CMYK0.100.300.22
HSL279º35.29%66.67%-
HSV(B)279º30%78.43%-
XYZ38.3932.5158.9-
YUV158.5151.42142.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=34.49%
G=26.97%
B=38.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791402000.100.300.2227935.2966.67
HexB38CC8A1E0161172343
Octal263214310123602642743103
Binary1011001110001100110010001010111100101101000101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CC8; }

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

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

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

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

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

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

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

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