#B48BCA

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

Shades of East Side #B48BCA

Tints of East Side #B48BCA

Color information

#B48BCA (or 0xB48BCA) is unknown color: approx East Side. HEX triplet: B4, 8B and CA. RGB value is (180,139,202). Sum of RGB (Red+Green+Blue) = 180+139+202=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 139 (54.69% from 255 or 26.68% 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 #B48BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BCA is #4B7435. Grayscale: #9E9E9E. Windows color (decimal): -4944950 or 13274036. OLE color: 13274036.

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

Color convert

RGB180139202-
CMYK0.110.3100.21
HSL279.05º37.28%66.86%-
HSV(B)279.05º31.19%79.22%-
XYZ38.7232.4360.1-
YUV158.44152.58143.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=34.55%
G=26.68%
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
Decimal1801392020.110.3100.21279.0537.2866.86
HexB48BCAB1F0151172543
Octal264213312133702542745103
Binary1011010010001011110010101011111110101011000101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BCA; }

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

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

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

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

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

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

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

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