#BA74D0

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

Shades of Medium Orchid #BA74D0

Tints of Medium Orchid #BA74D0

Color information

#BA74D0 (or 0xBA74D0) is unknown color: approx Medium Orchid. HEX triplet: BA, 74 and D0. RGB value is (186,116,208). Sum of RGB (Red+Green+Blue) = 186+116+208=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74D0 is #458B2F. Grayscale: #939393. Windows color (decimal): -4557616 or 13661370. OLE color: 13661370.

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

Color convert

RGB186116208-
CMYK0.110.4400.18
HSL285.65º49.46%63.53%-
HSV(B)285.65º44.23%81.57%-
XYZ37.8827.4862.98-
YUV147.42162.19155.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 116 (45.70% from 255) = 22.75%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=36.47%
G=22.75%
B=40.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861162080.110.4400.18285.6549.4663.53
HexBA74D0B2C01211e3140
Octal272164320135402243661100
Binary1011101011101001101000010111011000100101000111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74D0; }

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

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

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

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

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

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

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

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