#B48CCA

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

Shades of East Side #B48CCA

Tints of East Side #B48CCA

Color information

#B48CCA (or 0xB48CCA) is unknown color: approx East Side. HEX triplet: B4, 8C and CA. RGB value is (180,140,202). Sum of RGB (Red+Green+Blue) = 180+140+202=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #B48CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CCA is #4B7335. Grayscale: #9E9E9E. Windows color (decimal): -4944694 or 13274292. OLE color: 13274292.

HSL color Cylindrical-coordinate representation of color #B48CCA: hue angle of 278.71º 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 #B48CCA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180140202-
CMYK0.110.3100.21
HSL278.71º36.9%67.06%-
HSV(B)278.71º30.69%79.22%-
XYZ38.8632.7260.15-
YUV159.03152.25142.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=34.48%
G=26.82%
B=38.70%

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
Decimal1801402020.110.3100.21278.7136.967.06
HexB48CCAB1F0151172543
Octal264214312133702542745103
Binary1011010010001100110010101011111110101011000101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48CCA; }

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

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

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

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

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

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

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

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