#B48ACD

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

Shades of East Side #B48ACD

Tints of East Side #B48ACD

Color information

#B48ACD (or 0xB48ACD) is unknown color: approx East Side. HEX triplet: B4, 8A and CD. RGB value is (180,138,205). Sum of RGB (Red+Green+Blue) = 180+138+205=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #B48ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ACD is #4B7532. Grayscale: #9D9D9D. Windows color (decimal): -4945203 or 13470388. OLE color: 13470388.

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

Color convert

RGB180138205-
CMYK0.120.3300.20
HSL277.61º40.12%67.25%-
HSV(B)277.61º32.68%80.39%-
XYZ38.9332.2961.94-
YUV158.2154.41143.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=34.42%
G=26.39%
B=39.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801382050.120.3300.20277.6140.1267.25
HexB48ACDC210141162843
Octal264212315144102442650103
Binary10110100100010101100110111001000010101001000101101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48ACD; }

 p { color: rgb(180,138,205); }

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

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

 a { background-color: rgb(180,138,205); }

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

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

 span { border-color: rgb(180,138,205); }

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