#BD85C3

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

Shades of East Side #BD85C3

Tints of East Side #BD85C3

Color information

#BD85C3 (or 0xBD85C3) is unknown color: approx East Side. HEX triplet: BD, 85 and C3. RGB value is (189,133,195). Sum of RGB (Red+Green+Blue) = 189+133+195=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD85C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85C3 is #427A3C. Grayscale: #9C9C9C. Windows color (decimal): -4356669 or 12813757. OLE color: 12813757.

HSL color Cylindrical-coordinate representation of color #BD85C3: hue angle of 294.19º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD85C3 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189133195-
CMYK0.030.3200.24
HSL294.19º34.07%64.31%-
HSV(B)294.19º31.79%76.47%-
XYZ39.2231.5355.65-
YUV156.81149.55150.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=36.56%
G=25.73%
B=37.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891331950.030.3200.24294.1934.0764.31
HexBD85C33200181262240
Octal27520530334003044642100
Binary101111011000010111000011111000000110001001001101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85C3; }

 p { color: rgb(189,133,195); }

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

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

 a { background-color: rgb(189,133,195); }

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

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

 span { border-color: rgb(189,133,195); }

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