#BA4DD0

Color #BA4DD0 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BA4DD0

Tints of Medium Orchid #BA4DD0

Color information

#BA4DD0 (or 0xBA4DD0) is unknown color: approx Medium Orchid. HEX triplet: BA, 4D and D0. RGB value is (186,77,208). Sum of RGB (Red+Green+Blue) = 186+77+208=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA4DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DD0 is #45B22F. Grayscale: #7C7C7C. Windows color (decimal): -4567600 or 13651386. OLE color: 13651386.

HSL color Cylindrical-coordinate representation of color #BA4DD0: hue angle of 289.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4DD0 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18677208-
CMYK0.110.6300.18
HSL289.92º58.22%55.88%-
HSV(B)289.92º62.98%81.57%-
XYZ34.2920.361.79-
YUV124.52175.11171.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 77 (30.47% from 255) = 16.35%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=39.49%
G=16.35%
B=44.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186772080.110.6300.18289.9258.2255.88
HexBA4DD0B3F0121223a38
Octal27211532013770224427270
Binary101110101001101110100001011111111010010100100010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4DD0; }

 p { color: rgb(186,77,208); }

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

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

 a { background-color: rgb(186,77,208); }

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

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

 span { border-color: rgb(186,77,208); }

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