#BD7ACE

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

Shades of East Side #BD7ACE

Tints of East Side #BD7ACE

Color information

#BD7ACE (or 0xBD7ACE) is unknown color: approx East Side. HEX triplet: BD, 7A and CE. RGB value is (189,122,206). Sum of RGB (Red+Green+Blue) = 189+122+206=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ACE is #428531. Grayscale: #979797. Windows color (decimal): -4359474 or 13531837. OLE color: 13531837.

HSL color Cylindrical-coordinate representation of color #BD7ACE: hue angle of 287.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7ACE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB189122206-
CMYK0.080.4100.19
HSL287.86º46.15%64.31%-
HSV(B)287.86º40.78%80.78%-
XYZ39.0929.1961.97-
YUV151.61158.7154.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 122 (48.05% from 255) = 23.60%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=36.56%
G=23.60%
B=39.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891222060.080.4100.19287.8646.1564.31
HexBD7ACE8290131202e40
Octal275172316105102344056100
Binary1011110111110101100111010001010010100111001000001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7ACE; }

 p { color: rgb(189,122,206); }

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

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

 a { background-color: rgb(189,122,206); }

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

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

 span { border-color: rgb(189,122,206); }

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