#BA74C6

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

Shades of Medium Orchid #BA74C6

Tints of Medium Orchid #BA74C6

Color information

#BA74C6 (or 0xBA74C6) is unknown color: approx Medium Orchid. HEX triplet: BA, 74 and C6. RGB value is (186,116,198). Sum of RGB (Red+Green+Blue) = 186+116+198=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA74C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA74C6 is #458B39. Grayscale: #929292. Windows color (decimal): -4557626 or 13006010. OLE color: 13006010.

HSL color Cylindrical-coordinate representation of color #BA74C6: hue angle of 291.22º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA74C6 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186116198-
CMYK0.060.4100.22
HSL291.22º41.84%61.57%-
HSV(B)291.22º41.41%77.65%-
XYZ36.6927.0156.71-
YUV146.28157.19156.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=37.2%
G=23.2%
B=39.6%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861161980.060.4100.22291.2241.8461.57
HexBA74C66290161232a3e
Octal2721643066510264435276
Binary10111010111010011000110110101001010110100100011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74C6; }

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

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

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

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

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

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

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

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