#BA4FCA

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

Shades of Medium Orchid #BA4FCA

Tints of Medium Orchid #BA4FCA

Color information

#BA4FCA (or 0xBA4FCA) is unknown color: approx Medium Orchid. HEX triplet: BA, 4F and CA. RGB value is (186,79,202). Sum of RGB (Red+Green+Blue) = 186+79+202=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA4FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4FCA is #45B035. Grayscale: #7C7C7C. Windows color (decimal): -4567094 or 13258682. OLE color: 13258682.

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

Color convert

RGB18679202-
CMYK0.080.6100.21
HSL292.2º53.71%55.1%-
HSV(B)292.2º60.89%79.22%-
XYZ33.7120.358.02-
YUV125.02171.45171.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 79 (31.25% from 255) = 16.92%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=39.83%
G=16.92%
B=43.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186792020.080.6100.21292.253.7155.1
HexBA4FCA83D0151243637
Octal27211731210750254446667
Binary101110101001111110010101000111101010101100100100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4FCA; }

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

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

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

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

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

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

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

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