#BD8ACD

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

Shades of East Side #BD8ACD

Tints of East Side #BD8ACD

Color information

#BD8ACD (or 0xBD8ACD) is unknown color: approx East Side. HEX triplet: BD, 8A and CD. RGB value is (189,138,205). Sum of RGB (Red+Green+Blue) = 189+138+205=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ACD is #427532. Grayscale: #A0A0A0. Windows color (decimal): -4355379 or 13470397. OLE color: 13470397.

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

Color convert

RGB189138205-
CMYK0.080.3300.20
HSL285.67º40.12%67.25%-
HSV(B)285.67º32.68%80.39%-
XYZ41.0933.462.04-
YUV160.89152.9148.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 138 (54.30% from 255) = 25.94%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=35.53%
G=25.94%
B=38.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891382050.080.3300.20285.6740.1267.25
HexBD8ACD82101411e2843
Octal275212315104102443650103
Binary10111101100010101100110110001000010101001000111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8ACD; }

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

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

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

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

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

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

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

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