#BA4DCA

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

Shades of Medium Orchid #BA4DCA

Tints of Medium Orchid #BA4DCA

Color information

#BA4DCA (or 0xBA4DCA) is unknown color: approx Medium Orchid. HEX triplet: BA, 4D and CA. RGB value is (186,77,202). Sum of RGB (Red+Green+Blue) = 186+77+202=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA4DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DCA is #45B235. Grayscale: #7B7B7B. Windows color (decimal): -4567606 or 13258170. OLE color: 13258170.

HSL color Cylindrical-coordinate representation of color #BA4DCA: hue angle of 292.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4DCA is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18677202-
CMYK0.080.6200.21
HSL292.32º54.11%54.71%-
HSV(B)292.32º61.88%79.22%-
XYZ33.5620.0157.97-
YUV123.84172.11172.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 77 (30.47% from 255) = 16.56%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=40%
G=16.56%
B=43.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186772020.080.6200.21292.3254.1154.71
HexBA4DCA83E0151243637
Octal27211531210760254446667
Binary101110101001101110010101000111110010101100100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4DCA; }

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

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

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

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

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

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

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

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