#B38ACD

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

Shades of East Side #B38ACD

Tints of East Side #B38ACD

Color information

#B38ACD (or 0xB38ACD) is unknown color: approx East Side. HEX triplet: B3, 8A and CD. RGB value is (179,138,205). Sum of RGB (Red+Green+Blue) = 179+138+205=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #B38ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ACD is #4C7532. Grayscale: #9D9D9D. Windows color (decimal): -5010739 or 13470387. OLE color: 13470387.

HSL color Cylindrical-coordinate representation of color #B38ACD: hue angle of 276.72º 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 #B38ACD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179138205-
CMYK0.130.3300.20
HSL276.72º40.12%67.25%-
HSV(B)276.72º32.68%80.39%-
XYZ38.732.1761.93-
YUV157.9154.58143.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 138 (54.30% from 255) = 26.44%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=34.29%
G=26.44%
B=39.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791382050.130.3300.20276.7240.1267.25
HexB38ACDD210141152843
Octal263212315154102442550103
Binary10110011100010101100110111011000010101001000101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38ACD; }

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

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

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

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

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

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

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

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