#B38CCA

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

Shades of East Side #B38CCA

Tints of East Side #B38CCA

Color information

#B38CCA (or 0xB38CCA) is unknown color: approx East Side. HEX triplet: B3, 8C and CA. RGB value is (179,140,202). Sum of RGB (Red+Green+Blue) = 179+140+202=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #B38CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CCA is #4C7335. Grayscale: #9E9E9E. Windows color (decimal): -5010230 or 13274291. OLE color: 13274291.

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

Color convert

RGB179140202-
CMYK0.110.3100.21
HSL277.74º36.9%67.06%-
HSV(B)277.74º30.69%79.22%-
XYZ38.6332.660.13-
YUV158.73152.42142.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=34.36%
G=26.87%
B=38.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791402020.110.3100.21277.7436.967.06
HexB38CCAB1F0151162543
Octal263214312133702542645103
Binary1011001110001100110010101011111110101011000101101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38CCA; }

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

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

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

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

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

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

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

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