#BD7CD6

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

Shades of East Side #BD7CD6

Tints of East Side #BD7CD6

Color information

#BD7CD6 (or 0xBD7CD6) is unknown color: approx East Side. HEX triplet: BD, 7C and D6. RGB value is (189,124,214). Sum of RGB (Red+Green+Blue) = 189+124+214=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD7CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CD6 is #428329. Grayscale: #999999. Windows color (decimal): -4358954 or 14056637. OLE color: 14056637.

HSL color Cylindrical-coordinate representation of color #BD7CD6: hue angle of 283.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD7CD6 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189124214-
CMYK0.120.4200.16
HSL283.33º52.33%66.27%-
HSV(B)283.33º42.06%83.92%-
XYZ40.3330.0967.3-
YUV153.7162.03153.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 214 (83.98% from 255) = 40.61%
R=35.86%
G=23.53%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891242140.120.4200.16283.3352.3366.27
HexBD7CD6C2A01011b3442
Octal275174326145202043364102
Binary1011110111111001101011011001010100100001000110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7CD6; }

 p { color: rgb(189,124,214); }

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

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

 a { background-color: rgb(189,124,214); }

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

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

 span { border-color: rgb(189,124,214); }

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