#BA74D5

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

Shades of Medium Orchid #BA74D5

Tints of Medium Orchid #BA74D5

Color information

#BA74D5 (or 0xBA74D5) is unknown color: approx Medium Orchid. HEX triplet: BA, 74 and D5. RGB value is (186,116,213). Sum of RGB (Red+Green+Blue) = 186+116+213=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74D5 is #458B2A. Grayscale: #939393. Windows color (decimal): -4557611 or 13989050. OLE color: 13989050.

HSL color Cylindrical-coordinate representation of color #BA74D5: hue angle of 283.3º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA74D5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186116213-
CMYK0.130.4600.16
HSL283.3º53.59%64.51%-
HSV(B)283.3º45.54%83.53%-
XYZ38.5127.7366.27-
YUV147.99164.69155.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 116 (45.70% from 255) = 22.52%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=36.12%
G=22.52%
B=41.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861162130.130.4600.16283.353.5964.51
HexBA74D5D2E01011b3641
Octal272164325155602043366101
Binary1011101011101001101010111011011100100001000110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74D5; }

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

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

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

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

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

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

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

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